Skip to content

Commit

Permalink
Update sbom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarrettveracode authored Oct 22, 2024
1 parent eb2377c commit 6e30047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e30047

Please sign in to comment.