Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/push.yml' with remote '.github/work…
Browse files Browse the repository at this point in the history
…flows/push.yml'
  • Loading branch information
auto-synchronization-bot[bot] authored Aug 21, 2024
1 parent 8364612 commit d7e3c9d
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@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57
uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a

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

- name: Publish SBOM File
uses: anchore/sbom-action/publish-sbom@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57
uses: anchore/sbom-action/publish-sbom@61119d458adab75f756bc0b9e4bde25725f86a7a
with:
sbom-artifact-match: ".*\\.spdx$"

0 comments on commit d7e3c9d

Please sign in to comment.