Skip to content

Commit

Permalink
Update sbom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vberegov authored Sep 5, 2024
1 parent 08dfbf0 commit 5d118f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
which jq
jq --version
- run: |
mv spdx*.spdx.json sbom_temp.json
mv spdx*.spdx.json sbom.json
cat sbom.json| jq -r '.packages[]?' | while read -r repo; do echo "$repo"; done | jq -r tostring | jq -s '.' > sbom_output.json
curl -X POST 'https://ingress.coralogix.com/webhooks/v1/_hLsZCzkHFHkxB8sIXKbN?cx-api-key=cxtp_O8rQunc7vOLXpjVFaIRP6ifPA83VD1&cx-application-name=github&cx-subsystem-name=sbom' -H 'Content-Type: application/json' -d @sbom_output.json -v

0 comments on commit 5d118f3

Please sign in to comment.