You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-l, --language <language> language of source code. Supported languages: go, java, cpp, csharp, cpp, javascript, ruby. Omitting this option to auto-detect the language.
-c, --command <command> command to create database for compiled languages, omit if the only languages requested are Python and JavaScript. This specifies the build commands
83
-
needed to invoke the compiler. If you don't set this variable, CodeQL will attempt to detect the build system automatically, using a built-in autobuilder
84
-
-t, --threads <number> number of threads to use. Pass 0 to use one threads per core on the machine. Default: 1 (default: 1)
85
-
--query <query> CodeQL query to run. Default: <language>-security-extended.qls
--no-download do not download missing queries before analyzing.
89
-
--remove-remote-repository remove the remote repository after cloning.
90
-
--db-output <dbOutput> database folder path.
91
-
--remove-database remove the CodeQL database after scanning.
92
-
--create-db-only only create CodeQL database, do not scan.
93
-
--use-docker use docker to isolated run CodeQL.
94
-
-v, --verbose verbose output
95
-
-h, --help display help for command
81
+
-l, --language <language> language of source code. Supported languages: go, java, cpp, csharp, cpp, javascript, ruby. Omitting this option to auto-detect the language.
-c, --command <command> command to create database for compiled languages, omit if the only languages requested are Python and JavaScript. This specifies the build commands needed to invoke the compiler. If
84
+
you don't set this variable, CodeQL will attempt to detect the build system automatically, using a built-in autobuilder
85
+
-t, --threads <number> number of threads to use. Pass 0 to use one threads per core on the machine. Default: 1 (default: 1)
86
+
--query <query> CodeQL query to run. Default: <language>-security-extended.qls
0 commit comments