Skip to content

Commit

Permalink
chore: use specific version of Trivy for scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
suprovsky authored Nov 13, 2024
1 parent 002dae4 commit 9d132b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: "ghcr.io/suprovsky/nextcloud"
format: 'sarif'
Expand Down

0 comments on commit 9d132b3

Please sign in to comment.