Skip to content

Commit

Permalink
deps(github): bump anchore/scan-action from 5.3.0 to 6.0.0 (#3307)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniil Fedotov <[email protected]>
  • Loading branch information
dependabot[bot] and hairyhum authored Jan 10, 2025
1 parent 4065cea commit 9c39e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images-vulnerability-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Printing Image Path
run: echo "image_path=${{env.image_registry}}/${{matrix.images}}:${{env.image_tag}}" >> "$GITHUB_ENV"
- name: Running vulnerability scanner
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
id: vulnerability-scanning
with:
image: ${{env.image_path}}
Expand Down

0 comments on commit 9c39e8a

Please sign in to comment.