diff --git a/Jenkinsfile b/Jenkinsfile index a9db3ca..c05bde9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { sh """ docker run --rm -v "\$(pwd):/src" \ returntocorp/semgrep:latest \ - semgrep scan --config=p/ci --debug \ + semgrep scan --config=auto --debug \ --json --output /src/semgrep.json \ /src/internal /src/cmd || true