Skip to content

Commit

Permalink
⬆️upgrade(ci): Bump anchore/sbom-action in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@e8d2a69...95b086a)

---
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>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 1c45062 commit 349a975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ jobs:

- name: Downloading Syft
id: syft
uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751
uses: anchore/sbom-action/download-syft@95b086ac308035dc0850b3853be5b7ab108236a8

- name: Generate SBOM file
uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751
uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8
with:
artifact-name: sbom.spdx
format: spdx
dependency-snapshot: true

- name: Publish SBOM File
uses: anchore/sbom-action/publish-sbom@e8d2a6937ecead383dfe75190d104edd1f9c5751
uses: anchore/sbom-action/publish-sbom@95b086ac308035dc0850b3853be5b7ab108236a8
with:
sbom-artifact-match: ".*\\.spdx$"

0 comments on commit 349a975

Please sign in to comment.