From 5cedffebc31eb89bbfc20fdea84e1bb82a673ab3 Mon Sep 17 00:00:00 2001 From: priv <140729444+scriptprivate@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:10:27 -0300 Subject: [PATCH] fix typo --- .github/workflows/security-gate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-gate.yaml b/.github/workflows/security-gate.yaml index f81b7ab..7b50092 100644 --- a/.github/workflows/security-gate.yaml +++ b/.github/workflows/security-gate.yaml @@ -40,5 +40,5 @@ jobs: -m "$MAX_MEDIUM" \ -l "$MAX_LOW" \ --dependency-alerts - --secrets-alerts - --code-alerts \ No newline at end of file + --secret-alerts + --code-alerts