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 fc5621a commit 818a48fCopy full SHA for 818a48f
jenkins/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
37
38
curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user
39
40
- codeql-wrapper --verbose analyze ./monorepo --monorepo --upload-sarif --ref $CHANGE_BRANCH --base-ref $CHANGE_TARGET
+ codeql-wrapper --verbose analyze ./monorepo --monorepo --upload-sarif --ref $CHANGE_BRANCH --base-ref $CHANGE_TARGET --force-install
41
'''
42
}
43
0 commit comments