From c2d799eb18091a5060df0586e4606345a6413e78 Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 25 Mar 2026 20:48:44 +0100 Subject: [PATCH] fix config --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bfb3294..15ddbc8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { sh """ docker run --rm -v "\$(pwd):/src" \ returntocorp/semgrep \ - semgrep scan --config=auto --debug \ + semgrep scan --config=p/ci --debug \ --sarif --output /src/semgrep.sarif \ /src/internal /src/cmd