We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238648c commit bec1334Copy full SHA for bec1334
jenkins/Jenkinsfile
@@ -25,7 +25,7 @@ pipeline {
25
python3 -m pip install --upgrade --force-reinstall pip setuptools wheel packaging gitpython==3.1.45
26
pip install --extra-index-url https://test.pypi.org/simple/ codeql-wrapper==0.2.15
27
28
- codeql-wrapper analyze ./monorepo --monorepo --upload-sarif --verbose
+ codeql-wrapper --verbose analyze ./monorepo --monorepo --upload-sarif
29
'''
30
}
31
0 commit comments