Update Jenkins
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 /src
|
semgrep scan --config=auto /src/cmd /src/internal
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user