diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 10102db..b71526a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -28,5 +28,5 @@ jobs: HORUSEC_CLI_REPOSITORY_NAME: ${{ secrets.HORUSEC_CLI_REPOSITORY_NAME }} REPOSITORY_OWNER: ${{ github.event.pull_request.head.repo.full_name }} run: | - curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest + curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest-rc horusec start -p . -e=$(if [ "$REPOSITORY_OWNER" == "ZupIT/horusec" ]; then echo "true"; else echo "false"; fi) -G --show-vulnerabilities-types="Vulnerability, Risk Accepted"