Skip to content

Commit

Permalink
Bump anchore/scan-action from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 4.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sstarcher committed Jul 19, 2024
1 parent 0c2e530 commit 8d02a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
id: scan
with:
image: "localbuild/testimage:latest"
Expand All @@ -34,7 +34,7 @@ jobs:
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Fail build if scan has vulns
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
with:
image: "localbuild/testimage:latest"
severity-cutoff: critical
Expand Down

0 comments on commit 8d02a04

Please sign in to comment.