Run multiple ql files and create a path-problem report #8492
CaledoniaProject
started this conversation in
General
Replies: 1 comment
-
You could use the The command: https://codeql.github.com/docs/codeql-cli/manual/database-analyze/ QLS files (query suites): https://codeql.github.com/docs/codeql-cli/creating-codeql-query-suites/ Example query suite: https://github.com/github/codeql/blob/main/java/ql/src/codeql-suites/java-code-scanning.qls Which references: https://github.com/github/codeql/blob/main/misc/suite-helpers/code-scanning-selectors.yml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run all QL files in
vscode-codeql-starter/ql/java/ql/src/Security/CWE
that is a@kind path-problem
. How can I do that?Beta Was this translation helpful? Give feedback.
All reactions