We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b1753 commit 12d7fc4Copy full SHA for 12d7fc4
.github/workflows/scan.yml
@@ -31,7 +31,7 @@ jobs:
31
make build-docker-image
32
33
- name: Run Trivy vulnerability scanner image (linux/arm64)
34
- uses: aquasecurity/trivy-action@0.29.0
+ uses: aquasecurity/trivy-action@0.30.0
35
with:
36
image-ref: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-arm64'
37
format: 'table'
@@ -50,7 +50,7 @@ jobs:
50
51
52
- name: Run Trivy vulnerability scanner image (linux/amd64)
53
54
55
image-ref: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64'
56
0 commit comments