Skip to content

Commit

Permalink
github-actions(deps): bump anchore/sbom-action in /security-actions/s…
Browse files Browse the repository at this point in the history
…ca (#105)

Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.8 to 0.15.10.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.15.8...v0.15.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 5fb5dda commit 8591bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security-actions/sca/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:

# Must upload artifact for output file parameter to have effect
- name: Generate SPDX SBOM Using Syft
uses: anchore/sbom-action@v0.15.8
uses: anchore/sbom-action@v0.15.10
id: sbom_spdx
with:
config: ${{ inputs.config }}
Expand All @@ -76,7 +76,7 @@ runs:
dependency-snapshot: false

- name: Generate CycloneDX SBOM Using Syft
uses: anchore/sbom-action@v0.15.8
uses: anchore/sbom-action@v0.15.10
id: sbom_cyclonedx
with:
config: ${{ inputs.config }}
Expand Down

0 comments on commit 8591bd4

Please sign in to comment.