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 61721b6 commit 4f5a974Copy full SHA for 4f5a974
.github/workflows/scan.yml
@@ -31,7 +31,7 @@ jobs:
31
./e2e-tests/build
32
33
- name: Run Trivy vulnerability scanner image (linux/arm64)
34
- uses: aquasecurity/trivy-action@0.23.0
+ uses: aquasecurity/trivy-action@0.24.0
35
with:
36
image-ref: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-arm64'
37
format: 'table'
@@ -49,7 +49,7 @@ jobs:
49
50
51
- name: Run Trivy vulnerability scanner image (linux/amd64)
52
53
54
image-ref: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64'
55
0 commit comments