From 37ab4d1d2fadd190f537b0abf86c2232201d86ce Mon Sep 17 00:00:00 2001 From: henriquemoraeszup <68074718+henriquemoraeszup@users.noreply.github.com> Date: Mon, 11 Jan 2021 11:18:46 -0300 Subject: [PATCH] Updating horusec endpoint (#820) Signed-off-by: Henrique Moraes --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b94c2e90c..82efff2bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,7 +115,7 @@ jobs: name: Horus Security Analysis command: | curl -fsSL https://horusec.io/bin/install.sh | bash -s v1-5-0 - horusec start -p ./ -a "$HORUSEC_CLI_REPOSITORY_AUTHORIZATION" -G "true" -u "https://api-horus.zup.com.br" -n "ritchie-cli" + horusec start -p ./ -a "$HORUSEC_CLI_REPOSITORY_AUTHORIZATION" -G "true" -u "https://api-horusec.zup.com.br" -n "ritchie-cli" unit_test: executor: ritchie-tests-and-static-analisys-executor