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 61d380a commit 1c83b54Copy full SHA for 1c83b54
jenkins/Jenkinsfile
@@ -34,6 +34,8 @@ pipeline {
34
. venv/bin/activate
35
echo "Base Ref (Target Branch): $CHANGE_TARGET"
36
echo "Ref (Source Branch): $CHANGE_BRANCH"
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
41
'''
0 commit comments