Update Jenkinsfile

This commit is contained in:
2026-03-25 22:00:40 +01:00
parent a9a59a4f90
commit 5be74d9402

2
Jenkinsfile vendored
View File

@@ -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