Skip to content

Commit

Permalink
change http method
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Dec 5, 2023
1 parent 61cc192 commit d544ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/owasp-dt-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
PROJECT_NAME: okr
run: |
curl --verbose -s --location --request POST ${{ secrets.DEPENDENCY_TRACK_URL }} \
curl --verbose -s --location --request PUT ${{ secrets.DEPENDENCY_TRACK_URL }} \
--header "X-Api-Key: ${{ secrets.SECRET_OWASP_DT_KEY }}" \
--header "Content-Type: multipart/form-data" \
--form "autoCreate=true" \
Expand Down

0 comments on commit d544ee0

Please sign in to comment.