From 2f81b727ee11db210d56666d6824be813ed4a147 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:51:01 -0300 Subject: [PATCH] Update security-gate.yml --- .github/workflows/security-gate.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-gate.yml b/.github/workflows/security-gate.yml index b883e0c..91c8cb6 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: @@ -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