From 55f7a1bfe83e350836fe43a987650d11e04ad4ba Mon Sep 17 00:00:00 2001
From: Nathan Martins <nathan.martins@zup.com.br>
Date: Wed, 5 Jan 2022 15:31:38 -0300
Subject: [PATCH] updating horusec workflow to use release candidate

Signed-off-by: Nathan Martins <nathan.martins@zup.com.br>
---
 .github/workflows/horusec.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/horusec.yml b/.github/workflows/horusec.yml
index 89c6db9ea..d006f8bac 100644
--- a/.github/workflows/horusec.yml
+++ b/.github/workflows/horusec.yml
@@ -13,5 +13,5 @@ jobs:
       env:
         HORUSEC_CLI_REPOSITORY_AUTHORIZATION: ${{ secrets.HORUSEC_CLI_REPOSITORY_AUTHORIZATION }}
       run: |
-        curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/master/deployments/scripts/install.sh | bash -s latest
-        horusec start -p . -e true -G true -u="https://api-horusec.zup.com.br" -n="RitchieCLI"
+        curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/master/deployments/scripts/install.sh | bash -s latest-rc
+        horusec start -p . -e -G -u="https://api-horusec.zup.com.br" -n="RitchieCLI"