/codeql-queries

GitHub's Field Team's CodeQL Custom Queries, Suites, and Configurations

Primary LanguageCodeQLMIT LicenseMIT

codeql-queries

GitHub GitHub Actions GitHub Issues GitHub Stars Licence

This is the GitHub's Field Team's Custom CodeQL Queries, Suites, and Configurations repository.

Usage

Actions

To add the field CodeQL packs in Actions, you only will need to add the following packs or config-file:

Actions using packs argument:

# standard pack
packs: +advanced-security/codeql-${{ matrix.language }}@latest
# extension pack
packs: +advanced-security/codeql-${{ matrix.language }}-extensions@latest

Configuration file (multi-language, all packs):

# standard packs, extensions, and extra packs
config-file: advanced-security/codeql-queries/config/codeql.yml@main

CodeQL CLI

To use the Field queries with the CodeQL CLI, you need to do the following:

codeql pack download "advanced-security/codeql-$LANGUAGE@latest"
# ... init / setup
codeql database analyze \
    $CODEQL_DATABASE \
    "advanced-security/codeql-$LANGUAGE"

License

This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.

Contributors

Mathew Payne
Mathew Payne

💻 🔬 🚧 🛡️
Paul Hodgkinson
Paul Hodgkinson

💻 🤔 🔬 🛡️
Chad Bentz
Chad Bentz

💻 💡 🤔

Support

Please create GitHub issues for any feature requests, bugs, or documentation problems.