Update Jenkinsfile

This commit is contained in:
2026-03-25 22:09:06 +01:00
parent 5be74d9402
commit bf21ccdccd

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:latest \ returntocorp/semgrep:latest \
semgrep scan --config=p/ci --debug \ semgrep scan --config=auto --debug \
--json --output /src/semgrep.json \ --json --output /src/semgrep.json \
/src/internal /src/cmd || true /src/internal /src/cmd || true