another update ah
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -35,9 +35,9 @@ pipeline {
|
|||||||
sh """
|
sh """
|
||||||
docker run --rm -v "\$(pwd):/src" \
|
docker run --rm -v "\$(pwd):/src" \
|
||||||
returntocorp/semgrep \
|
returntocorp/semgrep \
|
||||||
semgrep scan --config=auto \
|
semgrep scan --config=auto --debug \
|
||||||
--sarif --output /src/semgrep.sarif \
|
--sarif --output /src/semgrep.sarif \
|
||||||
/src/internal /src/cmd || true
|
/src/internal /src/cmd
|
||||||
|
|
||||||
echo "After semgrep:"
|
echo "After semgrep:"
|
||||||
ls -la
|
ls -la
|
||||||
|
|||||||
Reference in New Issue
Block a user