We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e4eb4 commit fd8f589Copy full SHA for fd8f589
sbom/action.yml
@@ -40,7 +40,7 @@ runs:
40
podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd -v $(pwd):/repo \
41
--env-file=${KONDUKTO_ENVFILE} \
42
${ARTIFACTORY_IMAGE} \
43
- update --sbom-in /repo/${SBOM_IN_PATH} --sbom-out /pwd/cyclonedx.sbom.json
+ update --sbom-in /repo/${SBOM_IN_PATH} --sbom-out /pwd/cyclonedx.sbom.json --generate-new-serial-number
44
echo "Augumenting SBOM file..."
45
46
0 commit comments