diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index aa587ac..0fc4944 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -25,6 +25,7 @@ jobs: run: | cd /tmp export LEGACYID=${{ secrets.VERACODE_APP_ID }} + echo LEGACYID: ${LEGACYID} appguid=$(http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications?legacy_id=${LEGACYID}" | jq -r '._embedded.applications[0].guid') echo GUID: ${appguid} http --auth-type=veracode_hmac GET "https://api.veracode.com/srcclr/sbom/v1/targets/${appguid}/cyclonedx?type=application" > sbom.json