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