Skip to content

Commit ea73e33

Browse files
committed
Fix metrics flag
1 parent 1172b3a commit ea73e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
semgrep scan \
5050
--config ./JuliaRules/rules \
51-
--metrics = off \
51+
--metrics=off \
5252
--sarif --output report.sarif \
5353
--oss-only \
5454
--exclude=JuliaRules

0 commit comments

Comments
 (0)