Hello Team,
I am trying to use Codeql analysis and need information on few things
- Can I use codeql in bitbucket or any other git repository hosting service?
- Difference between codeql runner and codeql CLI?
Hello Team,
I am trying to use Codeql analysis and need information on few things
Hello!
- Can I use codeql in bitbucket or any other git repository hosting service?
Please review the CodeQL license for the specific places you can run CodeQL for free. CodeQL License - OSS version - GitHub Security Lab If you’re looking to analyze your private repository code, then please contact the GitHub sales team for more information. Contact us - GitHub Enterprise
- Difference between codeql runner and codeql CLI?
The CodeQL runner is a wrapper around the CodeQL CLI. It’s designed to be used for simple integration into a CI/CD system, whereas the CodeQL CLI is designed for interactive analysis and query development purposes.