Skip to content

Commit 2ee8abc

Browse files
committed
fix(ci): exclude spp_mis_demo_v2 from semgrep sudo check
Demo data generators intentionally use .sudo() for record creation, matching the existing exclusion pattern for spp_4ps_demo, spp_case_demo, and spp_grm_demo.
1 parent 4e69c56 commit 2ee8abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ repos:
304304
# Only scan OpenSPP spp_* modules (not scripts, endpoint handlers, etc.)
305305
files: ^spp_
306306
# Exclude test files, migrations, and demo-only modules
307-
exclude: ^(tests/|scripts/tests/|.*/tests/.*|.*/migrations/.*|spp_4ps_demo/|spp_case_demo/|spp_grm_demo/)
307+
exclude: ^(tests/|scripts/tests/|.*/tests/.*|.*/migrations/.*|spp_4ps_demo/|spp_case_demo/|spp_grm_demo/|spp_mis_demo_v2/)

0 commit comments

Comments
 (0)