another update ah
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user