Skip to content

Commit 818a48f

Browse files
Add --force-install option to codeql-wrapper command in CodeQL Analysis stage
1 parent fc5621a commit 818a48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pipeline {
3737
3838
curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user
3939
40-
codeql-wrapper --verbose analyze ./monorepo --monorepo --upload-sarif --ref $CHANGE_BRANCH --base-ref $CHANGE_TARGET
40+
codeql-wrapper --verbose analyze ./monorepo --monorepo --upload-sarif --ref $CHANGE_BRANCH --base-ref $CHANGE_TARGET --force-install
4141
'''
4242
}
4343
}

0 commit comments

Comments
 (0)