This commit is contained in:
2026-03-25 20:03:26 +01:00
parent 253308dcc5
commit b31d39d971

2
Jenkinsfile vendored
View File

@@ -37,7 +37,7 @@ pipeline {
returntocorp/semgrep \
semgrep scan --config=auto \
--sarif --output /src/semgrep.sarif \
/src/internal /src/cmd
/src/internal /src/cmd || true
"""
}
}