Skip to content

⬆️upgrade(ci): Bump anchore/sbom-action from 0.17.9 to 0.20.0 in /.github/workflows #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@df80a981bc6edbc4e220a492d3cbe9f5547a6e75
uses: anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532

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

- name: Publish SBOM File
uses: anchore/sbom-action/publish-sbom@df80a981bc6edbc4e220a492d3cbe9f5547a6e75
uses: anchore/sbom-action/publish-sbom@e11c554f704a0b820cbf8c51673f6945e0731532
with:
sbom-artifact-match: ".*\\.spdx$"
Loading