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