department-of-veterans-affairs / codeql-tools

MIT License
4 stars 2 forks source link

Allow users to select extended query suite #120

Closed lindluni closed 8 months ago

lindluni commented 8 months ago

This pull request primarily introduces changes to the ExecuteCodeQL.groovy, ExecuteCodeQLWGet.groovy, and ExecuteCodeQL.groovy files in the jenkins/shared-libraries directory. These changes add a new condition to check the ENABLE_EXTENDED_QUERIES environment variable and modify the QL_PACKS environment variable accordingly. This allows for the use of extended security queries in the CodeQL analysis.

Changes in CodeQL execution: