From 6d1887228b483966900fb764cc6ae024d7c2ffcc Mon Sep 17 00:00:00 2001 From: priv <140729444+scriptprivate@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:13:32 -0300 Subject: [PATCH] fix typo --- .github/workflows/security-gate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-gate.yml b/.github/workflows/security-gate.yml index 4c53d9d..0a5b9e1 100644 --- a/.github/workflows/security-gate.yml +++ b/.github/workflows/security-gate.yml @@ -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