fix config

This commit is contained in:
2026-03-25 20:48:44 +01:00
parent b4bbaf25c9
commit c2d799eb18

2
Jenkinsfile vendored
View File

@@ -35,7 +35,7 @@ pipeline {
sh """ sh """
docker run --rm -v "\$(pwd):/src" \ docker run --rm -v "\$(pwd):/src" \
returntocorp/semgrep \ returntocorp/semgrep \
semgrep scan --config=auto --debug \ semgrep scan --config=p/ci --debug \
--sarif --output /src/semgrep.sarif \ --sarif --output /src/semgrep.sarif \
/src/internal /src/cmd /src/internal /src/cmd