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 4000634 commit 3857237Copy full SHA for 3857237
.github/workflows/images-vulnerability-scanning.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: Printing Image Path
47
run: echo "image_path=${{env.image_registry}}/${{matrix.images}}:${{env.image_tag}}" >> "$GITHUB_ENV"
48
- name: Running vulnerability scanner
49
- uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
+ uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
50
id: vulnerability-scanning
51
with:
52
image: ${{env.image_path}}
0 commit comments