Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 558 Bytes

File metadata and controls

19 lines (10 loc) · 558 Bytes

boostsecurityio/codeql

Environment variables

CODEQL_LANGUAGE

Required. Set the language of the CodeQL analysis. The supported languages are html, cpp, ruby, python, javascript, csv, csharp, xml, go, java, properties.

CODEQL_CREATE_ARGS

Extra arguments given to codeql database create.

Documentation: https://codeql.github.com/docs/codeql-cli/manual/database-create/

CODEQL_ANALYZE_ARGS

Extra arguments given to codeql database analyze.

Documentation: https://codeql.github.com/docs/codeql-cli/manual/database-analyze/