File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 product_name : mongo-go-driver
3434 release_version : ${{ inputs.version }}
35- sbom_in_file : sbom.json
35+ sbom_in_path : sbom.json
3636 evergreen_project : ${{ inputs.evergreen_project }}
3737 evergreen_commit : ${{ steps.evergreen-commit.outputs.commit }}
3838 security_report_location : ${{ env.SECURITY_REPORT_URL }}
Original file line number Diff line number Diff line change 4545 podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd -v $(pwd):/repo \
4646 --env-file=${KONDUKTO_ENVFILE} \
4747 ${ARTIFACTORY_IMAGE} \
48- augment --sbom-in /repo/${SBOM_IN_PATH} --repo ${GITHUB_REPOSITORY} --branch ${KONDUKTO_BRANCH} --sbom-out /pwd/cyclonedx.sbom.json
48+ augment --sbom-in /pwd/cyclonedx.sbom.json --repo ${GITHUB_REPOSITORY} --branch ${KONDUKTO_BRANCH} --sbom-out /pwd/cyclonedx.sbom.json
4949 cp ${RELEASE_ASSETS}/cyclonedx.sbom.json ${S3_ASSETS}/${SBOM_FILE_NAME}
5050 echo "Generating SBOM file for ${KONDUKTO_BRANCH}... done."
You can’t perform that action at this time.
0 commit comments