Update Jenkins

This commit is contained in:
2026-03-25 19:00:28 +01:00
parent a6979805c1
commit 1fe45eaed1

2
Jenkinsfile vendored
View File

@@ -35,7 +35,7 @@ pipeline {
sh """
docker run --rm -v "\$(pwd):/src" \
returntocorp/semgrep \
semgrep scan --config=auto /src
semgrep scan --config=auto /src/cmd /src/internal
"""
}
}