try to fix

This commit is contained in:
2026-03-25 20:24:13 +01:00
parent c478a4306a
commit b3dcdf09be
Vendored
+4 -1
View File
@@ -37,7 +37,10 @@ pipeline {
returntocorp/semgrep \ returntocorp/semgrep \
semgrep scan --config=auto \ semgrep scan --config=auto \
--sarif --output /src/semgrep.sarif \ --sarif --output /src/semgrep.sarif \
/src/internal /src/cmd || true /src/internal /src/cmd
echo "After semgrep:"
ls -la
""" """
} }
} }