Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -34,7 +34,7 @@ pipeline {
|
||||
steps {
|
||||
sh """
|
||||
docker run --rm -v "\$(pwd):/src" \
|
||||
returntocorp/semgrep \
|
||||
returntocorp/semgrep:latest \
|
||||
semgrep scan --config=p/ci --debug \
|
||||
--json --output /src/semgrep.json \
|
||||
/src/internal /src/cmd || true
|
||||
|
||||
Reference in New Issue
Block a user