From fad6930dcb523e5c8c9ffb49aeafa03bb2c26c0f Mon Sep 17 00:00:00 2001 From: priv <140729444+scriptprivate@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:57:12 -0300 Subject: [PATCH] ci(workflow): update security-gate workflow for new script structure --- .github/workflows/security-gate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/security-gate.yml b/.github/workflows/security-gate.yml index f8b35df..90d67c7 100644 --- a/.github/workflows/security-gate.yml +++ b/.github/workflows/security-gate.yml @@ -38,4 +38,5 @@ jobs: -c "$MAX_CRITICAL" \ -h "$MAX_HIGH" \ -m "$MAX_MEDIUM" \ - -l "$MAX_LOW" + -l "$MAX_LOW" \ + --dependency-alerts