Skip to content

Commit

Permalink
Fix metrics flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Nov 14, 2024
1 parent 1172b3a commit ea73e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
semgrep scan \
--config ./JuliaRules/rules \
--metrics = off \
--metrics=off \
--sarif --output report.sarif \
--oss-only \
--exclude=JuliaRules
Expand Down

0 comments on commit ea73e33

Please sign in to comment.