From 7e51c2d113fa152b24487c171895122956b9600a Mon Sep 17 00:00:00 2001 From: sagic-orca <125193594+sagic-orca@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:59:31 +0200 Subject: [PATCH] docs: utilize PR scans better --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 303d111..ae509ba 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ jobs: # Checkout your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout Repository uses: actions/checkout@v4 + # Note: This configuration should be used if you enable pull request scans + # with: + # fetch-depth: 0 + # ref: ${{ github.event.pull_request.head.ref }} - name: Run Orca IaC Scan uses: orcasecurity/shiftleft-iac-action@v1