ci: semgrep to prevent test regression

This commit is contained in:
ruthra kumar
2026-03-27 12:30:31 +05:30
parent 5b1fa81451
commit be4496e4ab
2 changed files with 21 additions and 0 deletions

View File

@@ -43,3 +43,6 @@ jobs:
- name: Run Semgrep rules
run: semgrep ci --config ./frappe-semgrep-rules/rules --config r/python.lang.correctness
- name: Semgrep for Test Correctness
run: semgrep ci --include=**/test_*.py --config ./semgrep/test-correctness.yml