Skip to content

Commit

Permalink
https://github.com/aquasecurity/trivy-action/issues/404
Browse files Browse the repository at this point in the history
  • Loading branch information
Moulick committed Feb 16, 2025
1 parent abbd831 commit 82741da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Run Trivy vulnerability scanner with rootfs command
uses: aquasecurity/trivy-action@master
with:
scan-type: 'rootfs'
scan-ref: '/github/workspace/'
scan-type: rootfs
scan-ref: ${{ github.workspace }}/
ignore-unfixed: false
format: 'sarif'
output: 'trivy-rootfs.sarif'
Expand Down

0 comments on commit 82741da

Please sign in to comment.