From c483b17eb3d91421fc2b1b7a2b455af30450d228 Mon Sep 17 00:00:00 2001 From: priv <140729444+scriptprivate@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:55:05 -0300 Subject: [PATCH] fix: remove invisible character after backslash --- .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 e7b922d..9c13651 100644 --- a/.github/workflows/security-gate.yml +++ b/.github/workflows/security-gate.yml @@ -30,7 +30,7 @@ jobs: - name: Pull Docker image from GitHub Container Registry run: docker pull ghcr.io/instriq/security-gate/security-gate:latest - - name: Verify security alerts from dependabot + - name: Verify security alerts from GHAS run: | docker run ghcr.io/instriq/security-gate/security-gate:latest \ -t "$GITHUB_TOKEN" \ @@ -40,5 +40,5 @@ jobs: -m "$MAX_MEDIUM" \ -l "$MAX_LOW" \ --dependency-alerts \ - --secret-alerts \ + --secret-alerts \ --code-alerts