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 40b2e68 commit 30fb54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
path: security-scanner
ref: main

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

- 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.
Expand Down

0 comments on commit 30fb54d

Please sign in to comment.