diff --git a/Jenkinsfile b/Jenkinsfile index f86bcb9..a9db3ca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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