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