Skip to content

Commit 1c83b54

Browse files
authored
Update Jenkinsfile
1 parent 61d380a commit 1c83b54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ pipeline {
3434
. venv/bin/activate
3535
echo "Base Ref (Target Branch): $CHANGE_TARGET"
3636
echo "Ref (Source Branch): $CHANGE_BRANCH"
37+
38+
curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user
3739
3840
codeql-wrapper --verbose analyze ./monorepo --monorepo --upload-sarif --ref $CHANGE_BRANCH --base-ref $CHANGE_TARGET
3941
'''

0 commit comments

Comments
 (0)