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 4329b66 commit 4c7eaa8Copy full SHA for 4c7eaa8
.github/workflows/scan-docker-image-action.yaml
@@ -49,7 +49,7 @@
49
docker pull --platform ${{ matrix.platform }} ${{ inputs.source_registry }}/${{ inputs.source_image }}
50
51
- name: Trivy - multi-arch
52
- uses: aquasecurity/trivy-action@0.24.0
+ uses: aquasecurity/trivy-action@0.29.0
53
with:
54
image-ref: ${{ inputs.source_registry }}/${{ inputs.source_image }}
55
format: "table"
0 commit comments