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 51031c6 commit dac2bbbCopy full SHA for dac2bbb
.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/[email protected].0
+ uses: aquasecurity/[email protected].1
53
with:
54
image-ref: ${{ inputs.source_registry }}/${{ inputs.source_image }}
55
format: "table"
0 commit comments