Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user