We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b076704 commit 69574b2Copy full SHA for 69574b2
‎.github/workflows/push.yml
@@ -64,16 +64,16 @@ jobs:
64
65
- name: Downloading Syft
66
id: syft
67
- uses: anchore/sbom-action/download-syft@fc46e51fd3cb168ffb36c6d1915723c47db58abb
+ uses: anchore/sbom-action/download-syft@55dc4ee22412511ee8c3142cbea40418e6cec693
68
69
- name: Generate SBOM file
70
- uses: anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb
+ uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693
71
with:
72
artifact-name: sbom.spdx
73
format: spdx
74
dependency-snapshot: true
75
76
- name: Publish SBOM File
77
- uses: anchore/sbom-action/publish-sbom@fc46e51fd3cb168ffb36c6d1915723c47db58abb
+ uses: anchore/sbom-action/publish-sbom@55dc4ee22412511ee8c3142cbea40418e6cec693
78
79
sbom-artifact-match: ".*\\.spdx$"
0 commit comments