Skip to content

Commit

Permalink
github-actions(deps): bump anchore/sbom-action
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.13.4 to 0.14.3.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.13.4...v0.14.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2023
1 parent a61b6ff commit 0028a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security-actions/scan-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:

# Must upload artifact for output file parameter to have effect
- name: Generate SPDX SBOM Using Syft
uses: anchore/sbom-action@v0.13.4
uses: anchore/sbom-action@v0.14.3
id: sbom_spdx
with:
image: ${{ steps.meta.outputs.scan_image }}
Expand All @@ -87,7 +87,7 @@ runs:
dependency-snapshot: false

- name: Generate CycloneDX SBOM Using Syft
uses: anchore/sbom-action@v0.13.4
uses: anchore/sbom-action@v0.14.3
id: sbom_cyclonedx
with:
image: ${{ steps.meta.outputs.scan_image }}
Expand Down

0 comments on commit 0028a5f

Please sign in to comment.