We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d4158 commit 3231c37Copy full SHA for 3231c37
.github/workflows/scan.yml
@@ -48,7 +48,7 @@ jobs:
48
./e2e-tests/build
49
50
- name: Run Trivy vulnerability scanner image (linux/amd64)
51
- uses: aquasecurity/trivy-action@0.14.0
+ uses: aquasecurity/trivy-action@0.16.1
52
with:
53
image-ref: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64'
54
format: 'table'
0 commit comments