fix config
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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 --debug \
|
semgrep scan --config=p/ci --debug \
|
||||||
--sarif --output /src/semgrep.sarif \
|
--sarif --output /src/semgrep.sarif \
|
||||||
/src/internal /src/cmd
|
/src/internal /src/cmd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user