Skip to content

Commit 71127ed

Browse files
committed
add back tests to exclude elixir and apex
1 parent 262325f commit 71127ed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/semgrep-rules-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
run: pip3 install semgrep
2323
- name: remove stats directory
2424
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
2528
- name: validate rules
26-
run: semgrep validate . --pro-languages
29+
run: semgrep validate .
2730
- name: run semgrep test
28-
run: semgrep test . --pro-languages
31+
run: semgrep test .

0 commit comments

Comments
 (0)