We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262325f commit 71127edCopy full SHA for 71127ed
.github/workflows/semgrep-rules-test.yml
@@ -22,7 +22,10 @@ jobs:
22
run: pip3 install semgrep
23
- name: remove stats directory
24
run: rm -rf stats
25
+ # TODO: fix the scan command using the opengrep binary, as the semgrep binary requires the parameter `--pro-languages` with auth to run the scan
26
+ - name: remove rules requiring Semgrep Pro
27
+ run: rm -rf apex elixir
28
- name: validate rules
- run: semgrep validate . --pro-languages
29
+ run: semgrep validate .
30
- name: run semgrep test
- run: semgrep test . --pro-languages
31
+ run: semgrep test .
0 commit comments