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 f8737f7 commit 5f7f7f7Copy full SHA for 5f7f7f7
.github/workflows/scan.yml
@@ -30,7 +30,7 @@ jobs:
30
export DOCKER_DEFAULT_PLATFORM='linux/arm64'
31
./e2e-tests/build
32
- name: Run Trivy vulnerability scanner
33
- uses: aquasecurity/trivy-action@0.19.0
+ uses: aquasecurity/trivy-action@0.21.0
34
with:
35
image-ref: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-arm64'
36
format: 'table'
@@ -48,7 +48,7 @@ jobs:
48
49
50
- name: Run Trivy vulnerability scanner image (linux/amd64)
51
52
53
image-ref: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64'
54
0 commit comments