Skip to content

Commit

Permalink
Bump anchore/scan-action from 3 to 4 (#648)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 3e630b0 commit 6ec23c4
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-openresty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Scan SBOM
id: scan
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
with:
sbom: "sbom-openresty.json"
only-fixed: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Scan SBOM
id: scan
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
with:
sbom: "sbom.json"
only-fixed: true
Expand Down

0 comments on commit 6ec23c4

Please sign in to comment.