Skip to content
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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0

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