Skip to content

Commit

Permalink
fix: add missing line continuations in Docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptprivate authored Dec 10, 2024
1 parent 6d18872 commit dc89010
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 @@ -39,6 +39,6 @@ jobs:
-h "$MAX_HIGH" \
-m "$MAX_MEDIUM" \
-l "$MAX_LOW" \
--dependency-alerts
--secret-alerts
--dependency-alerts \
--secret-alerts \
--code-alerts

0 comments on commit dc89010

Please sign in to comment.