Skip to content

Commit

Permalink
SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
vpomuran committed Jul 2, 2024
1 parent f98f368 commit 5cc1915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
curl -Lo $RUNNER_TEMP/sbom-tool https://github.com/microsoft/sbom-tool/releases/latest/download/sbom-tool-linux-x64
chmod +x $RUNNER_TEMP/sbom-tool
export SBOM_OUTPUT = "/var/tmp/sbom_output"
export SBOM_OUTPUT="/var/tmp/sbom_output"
rm -rf ${SBOM_OUTPUT}
mkdir ${SBOM_OUTPUT}
$RUNNER_TEMP/sbom-tool generate -m ${SBOM_OUTPUT} -li true -pm true -b build-and-test-webapp -bc . -pn Test -pv 1.0.0 -ps MyCompany -nsb https://sbom.mycompany.com -V Verbose -o ${SBOM_OUTPUT}/python_sbom.json
Expand Down

0 comments on commit 5cc1915

Please sign in to comment.