fix paths

This commit is contained in:
2026-03-25 19:02:19 +01:00
parent 1fe45eaed1
commit 90d1c1b562

2
Jenkinsfile vendored
View File

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