We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebefd6 commit dbd0267Copy full SHA for dbd0267
1 file changed
.github/workflows/sbom.yaml
@@ -26,4 +26,4 @@ jobs:
26
with:
27
path: ./marketing/
28
format: cyclonedx-json
29
- artifact-name: ${{ env.COMPONENT_NAME }}.${{ github.sha }}.sbom.cdx.json
+ artifact-name: ${{ env.COMPONENT_NAME }}.${{ env.COMPONENT_VERSION }}.sbom.cdx.json
0 commit comments