Skip to content

Commit

Permalink
security scan
Browse files Browse the repository at this point in the history
  • Loading branch information
zalimeni committed Sep 18, 2024
1 parent 722dfb2 commit ccc1d6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,17 @@ jobs:
path: security-scanner
ref: main

- run: ls -al "$PWD" && cd ${{ steps.get-target-path.outputs.SCAN_TARGET_PATH }}
- run: ls -al "$PWD"

- name: Scan
id: scan
uses: ../security-scanner
uses: ./security-scanner
with:
repository: ${{ steps.get-target-path.outputs.SCAN_TARGET_PATH }}
# See scan.hcl at repository root for config.

- name: SARIF Output
if: always()
shell: bash
run: |
cat results.sarif | jq
Expand Down

0 comments on commit ccc1d6a

Please sign in to comment.