Skip to content

Commit 32b4914

Browse files
author
Francisco Duarte
authored
Merge pull request #12 from rumyantseva/patch-1
fix: Add missing \ to the command concatenation
2 parents af59cbc + bc4f2d3 commit 32b4914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export COMMIT="COMMIT-UUID"
3030

3131
gosec -fmt json -log log.txt ./... | \
3232
./codacy-gosec-"<version>" | \
33-
curl -XPOST -L -H "project-token: $PROJECT_TOKEN"
33+
curl -XPOST -L -H "project-token: $PROJECT_TOKEN" \
3434
-H "Content-type: application/json" -d @- \
3535
"https://api.codacy.com/2.0/commit/$COMMIT/issuesRemoteResults"
3636

0 commit comments

Comments
 (0)