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 3e4dcba commit 4119b41Copy full SHA for 4119b41
security-actions/scan-docker-image/action.yml
@@ -64,7 +64,7 @@ runs:
64
65
- name: Check docker OCI tar existence
66
if: ${{ steps.sca.outputs.analyzed-image != '' }}
67
- uses: andstor/file-existence-action@v2
+ uses: andstor/file-existence-action@v3
68
id: docker_tar
69
with:
70
files: "${{ steps.sca.outputs.analyzed-image }}"
0 commit comments