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 Dec 4, 2023
1 parent f2fc554 commit 71ad217
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@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b
uses: anchore/sbom-action/download-syft@5ecf649a417b8ae17dc8383dc32d46c03f2312df

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

- name: Publish SBOM File
uses: anchore/sbom-action/publish-sbom@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b
uses: anchore/sbom-action/publish-sbom@5ecf649a417b8ae17dc8383dc32d46c03f2312df
with:
sbom-artifact-match: ".*\\.spdx$"

0 comments on commit 71ad217

Please sign in to comment.