Skip to content

Commit

Permalink
CP-24414: bump anchore/scan-action from 5 to 6 (#75)
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5 to 6.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v5...v6)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 5e08296 commit 8b2410b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
REVISION=${{ env.REVISION }}
TAG=${{ env.TAG }}
- name: SECURITY - Grype Docker Image Scan
uses: anchore/scan-action@v5
uses: anchore/scan-action@v6
with:
image: ${{ env.REGISTRY_LOCAL_ADDR }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
fail-build: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "Processing tag: ${{ env.REGISTRY }}:${{ matrix.tag }}"
- name: Grype Image Scan
uses: anchore/scan-action@v5
uses: anchore/scan-action@v6
with:
image: ${{ env.REGISTRY }}:${{ matrix.tag }}
fail-build: true
Expand Down

0 comments on commit 8b2410b

Please sign in to comment.