From 4211131e3725e1b96f6081a31e7912a4ce06d897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Gouv=C3=AAa?= <10741284+htrgouvea@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:44:00 -0300 Subject: [PATCH] Update security-gate.yml --- .github/workflows/security-gate.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/security-gate.yml b/.github/workflows/security-gate.yml index b883e0c..7177306 100644 --- a/.github/workflows/security-gate.yml +++ b/.github/workflows/security-gate.yml @@ -1,4 +1,4 @@ -name: Security Gate - Instriq +name: Security Gate - LESIS on: push: @@ -12,10 +12,10 @@ jobs: build: runs-on: ubuntu-latest env: - MAX_CRITICAL: 0 - MAX_HIGH: 0 - MAX_MEDIUM: 0 - MAX_LOW: 0 + MAX_CRITICAL: 1 + MAX_HIGH: 2 + MAX_MEDIUM: 3 + MAX_LOW: 4 GITHUB_TOKEN: ${{ secrets.TOKEN }} steps: - name: Checkout repository @@ -32,4 +32,7 @@ jobs: --critical $MAX_CRITICAL \ --high $MAX_HIGH \ --medium $MAX_MEDIUM \ - --low $MAX_LOW + --low $MAX_LOW \ + --dependency-alerts \ + --code-alerts \ + --secret-alerts