We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c1888 commit 270b09eCopy full SHA for 270b09e
.github/workflows/trivy-image-scanning.yaml
@@ -15,7 +15,7 @@ jobs:
15
run: make print-IMAGE >> $GITHUB_ENV
16
17
- name: trivy scan for github security tab
18
- uses: aquasecurity/trivy-action@0.28.0
+ uses: aquasecurity/trivy-action@0.29.0
19
with:
20
image-ref: '${{ env.IMAGE }}'
21
format: 'sarif'
0 commit comments