Skip to content
Open
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@e22c389904149dbc22b58101806040fa8d37a610

- name: Generate SBOM file
uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610
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@e22c389904149dbc22b58101806040fa8d37a610
with:
sbom-artifact-match: ".*\\.spdx$"
Loading