Skip to content

Commit

Permalink
fix: remove invisible character after backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptprivate authored Dec 10, 2024
1 parent dc89010 commit c483b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand All @@ -40,5 +40,5 @@ jobs:
-m "$MAX_MEDIUM" \
-l "$MAX_LOW" \
--dependency-alerts \
--secret-alerts \
--secret-alerts \
--code-alerts

0 comments on commit c483b17

Please sign in to comment.