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 26e6dab commit f852314Copy full SHA for f852314
action.yml
@@ -57,7 +57,7 @@ runs:
57
-e PROJECT_VERSION='${{ inputs.project-version }}' \
58
-e PROJECT_PARENT='${{ inputs.parent-name }}' \
59
-e PROJECT_TAGS='${{ inputs.project-tags }}' \
60
- -v "${{ github.workspace }}/${{ inputs.sbom-file }}:/sbom.json" \
+ -v "${{ github.workspace }}/${{ inputs.sbom-file }}:/tmp/sbom.json" \
61
ghcr.io/octopusdeploy/sbom-uploader-go:latest \
62
--sbom /tmp/sbom.json \
63
--latest=${{ inputs.is-latest }}
0 commit comments