From dc890103f2a6982b9749445bc2da6db4022a6cb7 Mon Sep 17 00:00:00 2001 From: priv <140729444+scriptprivate@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:29:03 -0300 Subject: [PATCH] fix: add missing line continuations in Docker run command --- .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 0a5b9e1..e7b922d 100644 --- a/.github/workflows/security-gate.yml +++ b/.github/workflows/security-gate.yml @@ -39,6 +39,6 @@ jobs: -h "$MAX_HIGH" \ -m "$MAX_MEDIUM" \ -l "$MAX_LOW" \ - --dependency-alerts - --secret-alerts + --dependency-alerts \ + --secret-alerts \ --code-alerts