We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156e7fa commit dc019bbCopy full SHA for dc019bb
.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