diff --git a/golang/publish/action.yml b/golang/publish/action.yml index 5abe52e..5ffb28e 100644 --- a/golang/publish/action.yml +++ b/golang/publish/action.yml @@ -32,7 +32,7 @@ runs: with: product_name: mongo-go-driver release_version: ${{ inputs.version }} - sbom_in_file: sbom.json + sbom_in_path: sbom.json evergreen_project: ${{ inputs.evergreen_project }} evergreen_commit: ${{ steps.evergreen-commit.outputs.commit }} security_report_location: ${{ env.SECURITY_REPORT_URL }} diff --git a/sbom/action.yml b/sbom/action.yml index b13d675..9cb38d8 100644 --- a/sbom/action.yml +++ b/sbom/action.yml @@ -45,6 +45,6 @@ runs: podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd -v $(pwd):/repo \ --env-file=${KONDUKTO_ENVFILE} \ ${ARTIFACTORY_IMAGE} \ - augment --sbom-in /repo/${SBOM_IN_PATH} --repo ${GITHUB_REPOSITORY} --branch ${KONDUKTO_BRANCH} --sbom-out /pwd/cyclonedx.sbom.json + augment --sbom-in /pwd/cyclonedx.sbom.json --repo ${GITHUB_REPOSITORY} --branch ${KONDUKTO_BRANCH} --sbom-out /pwd/cyclonedx.sbom.json cp ${RELEASE_ASSETS}/cyclonedx.sbom.json ${S3_ASSETS}/${SBOM_FILE_NAME} echo "Generating SBOM file for ${KONDUKTO_BRANCH}... done." \ No newline at end of file