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 eb2377c commit 6e30047Copy full SHA for 6e30047
.github/workflows/sbom.yml
@@ -25,6 +25,7 @@ jobs:
25
run: |
26
cd /tmp
27
export LEGACYID=${{ secrets.VERACODE_APP_ID }}
28
+ echo LEGACYID: ${LEGACYID}
29
appguid=$(http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications?legacy_id=${LEGACYID}" | jq -r '._embedded.applications[0].guid')
30
echo GUID: ${appguid}
31
http --auth-type=veracode_hmac GET "https://api.veracode.com/srcclr/sbom/v1/targets/${appguid}/cyclonedx?type=application" > sbom.json
0 commit comments