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