This commit is contained in:
parent
77c5df0697
commit
4130befdbf
@ -27,7 +27,8 @@ steps:
|
|||||||
from_secret: dtrack_api_url
|
from_secret: dtrack_api_url
|
||||||
commands:
|
commands:
|
||||||
- trivy fs --server $TRIVY_URL --token $TRIVY_TOKEN --format cyclonedx -o /tmp/sbom.xml .
|
- trivy fs --server $TRIVY_URL --token $TRIVY_TOKEN --format cyclonedx -o /tmp/sbom.xml .
|
||||||
- curl -X "POST" \
|
- |
|
||||||
|
curl -X "POST" \
|
||||||
-H "Content-Type: multipart/form-data" \
|
-H "Content-Type: multipart/form-data" \
|
||||||
-H "X-Api-Key: $DTRACK_API_KEY" \
|
-H "X-Api-Key: $DTRACK_API_KEY" \
|
||||||
-F "autoCreate=true" \
|
-F "autoCreate=true" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user