Skip to content

Commit

Permalink
update scan-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pepataki committed Jul 8, 2024
1 parent 60a5158 commit 86ee797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
scan-ref: './tmp/rootfs'
scanners: 'vuln,secret,config'
ignore-unfixed: false
format: 'sarif'
Expand Down

0 comments on commit 86ee797

Please sign in to comment.