Skip to content

Commit

Permalink
fix trivy check
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Oct 16, 2024
1 parent 9334ff2 commit 23ce6c0
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 @@ -42,9 +42,9 @@ jobs:
ARCH=amd64 TAG=${{ github.sha }} make image
- name: Run Trivy vulnerability scanner in tarball mode
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
input: /github/workspace/dist/flanneld-${{ github.sha }}-amd64.docker
input: ./dist/flanneld-${{ github.sha }}-amd64.docker
severity: 'CRITICAL,HIGH'
format: 'sarif'
output: 'trivy-results.sarif'
Expand Down

0 comments on commit 23ce6c0

Please sign in to comment.