This is the GitHub's Field Team's Custom CodeQL Queries, Suites, and Configurations repository.
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 }}
# extension pack
packs: +advanced-security/codeql-${{ matrix.language }}-extensions
Configuration file (multi-language, all packs):
# standard packs, extensions, and extra packs
config-file: advanced-security/codeql-queries/config/codeql.yml@main
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"
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.
Mathew Payne 💻 🔬 🚧 🛡️ |
Paul Hodgkinson 💻 🤔 🔬 🛡️ |
Chad Bentz 💻 💡 🤔 |
Keith Hoodlet 💻 🔬 🚧 🛡️ |
Please create GitHub issues for any feature requests, bugs, or documentation problems.