Skip to content

Commit bbdf82e

Browse files
ci(deps): bump anchore/scan-action from 4 to 7 (#2)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4 to 7. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@v4...v7) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: '7' 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>
1 parent d357548 commit bbdf82e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223

224224
steps:
225225
- name: Scan image with Grype
226-
uses: anchore/scan-action@v4
226+
uses: anchore/scan-action@v7
227227
id: scan
228228
with:
229229
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ needs.build.outputs.digest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
name: sbom-${{ needs.release-please.outputs.tag_name }}
146146

147147
- name: Scan SBOM with Grype
148-
uses: anchore/scan-action@v4
148+
uses: anchore/scan-action@v7
149149
id: scan
150150
with:
151151
sbom: sbom.cyclonedx.json

0 commit comments

Comments
 (0)