another update ah

This commit is contained in:
2026-03-25 20:46:10 +01:00
parent 524f2deb50
commit b4bbaf25c9

4
Jenkinsfile vendored
View File

@@ -35,9 +35,9 @@ pipeline {
sh """
docker run --rm -v "\$(pwd):/src" \
returntocorp/semgrep \
semgrep scan --config=auto \
semgrep scan --config=auto --debug \
--sarif --output /src/semgrep.sarif \
/src/internal /src/cmd || true
/src/internal /src/cmd
echo "After semgrep:"
ls -la