We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3aafd1 commit 5996d99Copy full SHA for 5996d99
‎.github/workflows/push.yml
@@ -64,16 +64,16 @@ jobs:
64
65
- name: Downloading Syft
66
id: syft
67
- uses: anchore/sbom-action/download-syft@f5e124a5e5e1d497a692818ae907d3c45829d033
+ uses: anchore/sbom-action/download-syft@8d0a6505bf28ced3e85154d13dc6af83299e13f1
68
69
- name: Generate SBOM file
70
- uses: anchore/sbom-action@f5e124a5e5e1d497a692818ae907d3c45829d033
+ uses: anchore/sbom-action@8d0a6505bf28ced3e85154d13dc6af83299e13f1
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@f5e124a5e5e1d497a692818ae907d3c45829d033
+ uses: anchore/sbom-action/publish-sbom@8d0a6505bf28ced3e85154d13dc6af83299e13f1
78
79
sbom-artifact-match: ".*\\.spdx$"
0 commit comments