Skip to content

Commit

Permalink
Fix trivy scanner version
Browse files Browse the repository at this point in the history
  • Loading branch information
g1raffi authored and christofluethi committed Nov 27, 2024
1 parent b2e9ea0 commit 76f79fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
registry.puzzle.ch/puzzle/quarkus-techlab:pr-${{ github.event.pull_request.number }}
- name: Run vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: 'registry.puzzle.ch/puzzle/quarkus-techlab:pr-${{ github.event.pull_request.number }}'
format: 'table'
Expand Down

0 comments on commit 76f79fe

Please sign in to comment.