Skip to content

Commit 885727e

Browse files
committed
build: POST is inferred
1 parent 98bf206 commit 885727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencytrack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
if [ -f ./sbom.xml ]; then
3939
curl --fail-with-body -v -i -w "\nHTTP Status: %{http_code}\n" \
40-
-X POST "$DTRACK_API_URI" \
40+
"$DTRACK_API_URI" \
4141
-H "X-Api-Key: $DTRACK_API_KEY" \
4242
-H "accept: application/json" \
4343
-H "Content-Type: multipart/form-data" \

0 commit comments

Comments
 (0)