Skip to content

Commit 6e30047

Browse files
Update sbom.yml
1 parent eb2377c commit 6e30047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
cd /tmp
2727
export LEGACYID=${{ secrets.VERACODE_APP_ID }}
28+
echo LEGACYID: ${LEGACYID}
2829
appguid=$(http --auth-type=veracode_hmac GET "https://api.veracode.com/appsec/v1/applications?legacy_id=${LEGACYID}" | jq -r '._embedded.applications[0].guid')
2930
echo GUID: ${appguid}
3031
http --auth-type=veracode_hmac GET "https://api.veracode.com/srcclr/sbom/v1/targets/${appguid}/cyclonedx?type=application" > sbom.json

0 commit comments

Comments
 (0)