File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,19 @@ runs:
2929 ARTIFACTORY_IMAGE : ${{ inputs.artifactory_image }}
3030 SBOM_FILE_NAME : ${{ inputs.sbom_file_name }}
3131 run : |
32- set -eux
32+ set -eu
3333 if [ -n "${KONDUKTO_SUB_PROJECT}" ]; then
3434 KONDUKTO_BRANCH="${GITHUB_REF_NAME}_${KONDUKTO_SUB_PROJECT}"
3535 else
3636 KONDUKTO_BRANCH="${GITHUB_REF_NAME}"
3737 fi
3838 echo "Generating SBOM file for ${KONDUKTO_BRANCH}..."
39+ echo "Updating SBOM file..."
3940 podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd -v $(pwd):/repo \
4041 --env-file=${KONDUKTO_ENVFILE} \
4142 ${ARTIFACTORY_IMAGE} \
4243 update --sbom-in /repo/${SBOM_IN_PATH} --repo ${GITHUB_REPOSITORY} --branch ${KONDUKTO_BRANCH} --sbom-out /pwd/cyclonedx.sbom.json
44+ echo "Augumenting SBOM file..."
4345 podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd -v $(pwd):/repo \
4446 --env-file=${KONDUKTO_ENVFILE} \
4547 ${ARTIFACTORY_IMAGE} \
You can’t perform that action at this time.
0 commit comments