Skip to content

Commit 2d8f39a

Browse files
dependabot[bot]sstarcher
authored andcommitted
Bump anchore/scan-action from 4 to 5
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4 to 5. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](anchore/scan-action@v4...v5) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 697eb43 commit 2d8f39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/anchore-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build the Docker image
2525
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
2626
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
27-
uses: anchore/scan-action@v4
27+
uses: anchore/scan-action@v5
2828
id: scan
2929
with:
3030
image: "localbuild/testimage:latest"
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
sarif_file: ${{ steps.scan.outputs.sarif }}
3636
- name: Fail build if scan has vulns
37-
uses: anchore/scan-action@v4
37+
uses: anchore/scan-action@v5
3838
with:
3939
image: "localbuild/testimage:latest"
4040
severity-cutoff: critical

0 commit comments

Comments
 (0)