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 98bf206 commit 885727eCopy full SHA for 885727e
.github/workflows/dependencytrack.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
if [ -f ./sbom.xml ]; then
39
curl --fail-with-body -v -i -w "\nHTTP Status: %{http_code}\n" \
40
- -X POST "$DTRACK_API_URI" \
+ "$DTRACK_API_URI" \
41
-H "X-Api-Key: $DTRACK_API_KEY" \
42
-H "accept: application/json" \
43
-H "Content-Type: multipart/form-data" \
0 commit comments