codeql-queries
codeql-queries copied to clipboard
GitHub's Field Team's CodeQL Custom Queries, Suites, and Configurations
trafficstars
⚠️ This repository is no longer maintained and all work has been migrated to GitHubSecurityLab/CodeQL-Community-Packs repository ⚠️
codeql-queries
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 }}
# 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
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 💻 🔬 🚧 🛡️ |
Paul Hodgkinson 💻 🤔 🔬 🛡️ |
Chad Bentz 💻 💡 🤔 |
Keith Hoodlet 💻 🔬 🚧 🛡️ |
Support
Please create GitHub issues for any feature requests, bugs, or documentation problems.