Skip to content

Commit 1172b3a

Browse files
committed
Try fix newline in semgrep cli
1 parent d3e9742 commit 1172b3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Semgrep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
# Run Semgrep
4747
- name: Scan with Semgrep
4848
run: |
49-
semgrep scan \
49+
semgrep scan \
5050
--config ./JuliaRules/rules \
5151
--metrics = off \
52-
--sarif --output report.sarif
53-
--oss-only
52+
--sarif --output report.sarif \
53+
--oss-only \
5454
--exclude=JuliaRules
5555
5656
- name: Save Semgrep report

0 commit comments

Comments
 (0)