Skip to content

Commit

Permalink
task name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kpacha committed Apr 22, 2022
1 parent bc24abb commit 0fd2b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ benchmark:
@docker stop krakend
@cat bench_res/${GIT_COMMIT}.out

sec_scan:
security_scan:
@mkdir -p sec_scan
@touch sec_scan/${GIT_COMMIT}.out
@docker run --rm -d --name krakend -v "${PWD}/tests/fixtures:/etc/krakend" -p 8080:8080 devopsfaith/krakend:${VERSION} run -dc /etc/krakend/bench.json
Expand Down

0 comments on commit 0fd2b82

Please sign in to comment.