Skip to content

Commit ab8976b

Browse files
🔄 synced local '.github/workflows/push.yml' with remote '.github/workflows/push.yml'
1 parent 1b7fdba commit ab8976b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ jobs:
6464

6565
- name: Downloading Syft
6666
id: syft
67-
uses: anchore/sbom-action/download-syft@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57
67+
uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a
6868

6969
- name: Generate SBOM file
70-
uses: anchore/sbom-action@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57
70+
uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a
7171
with:
7272
artifact-name: sbom.spdx
7373
format: spdx
7474
dependency-snapshot: true
7575

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

0 commit comments

Comments
 (0)