Skip to content

Commit

Permalink
Upgrade: [dependabot] - 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 Aug 30, 2024
1 parent 4d3250e commit b3a0dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Scan Node SBOM
id: node-sbom-scan
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
with:
sbom: sbom-node.json
output-format: json
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Scan Python SBOM
id: python-sbom-scan
uses: anchore/scan-action@v3
uses: anchore/scan-action@v4
with:
sbom: sbom-python.json
output-format: table
Expand Down

0 comments on commit b3a0dfb

Please sign in to comment.