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.
2 parents af59cbc + bc4f2d3 commit 32b4914Copy full SHA for 32b4914
README.md
@@ -30,7 +30,7 @@ export COMMIT="COMMIT-UUID"
30
31
gosec -fmt json -log log.txt ./... | \
32
./codacy-gosec-"<version>" | \
33
-curl -XPOST -L -H "project-token: $PROJECT_TOKEN"
+curl -XPOST -L -H "project-token: $PROJECT_TOKEN" \
34
-H "Content-type: application/json" -d @- \
35
"https://api.codacy.com/2.0/commit/$COMMIT/issuesRemoteResults"
36
0 commit comments