CodeQL non-compiled language and --command #13777
sam-cha-tfs
started this conversation in
General
Replies: 2 comments 5 replies
-
Hi @sam-cha-tfs, thanks for your question. What does the script do? If it generates some of the source files, you would want to run it before creating the database. |
Beta Was this translation helpful? Give feedback.
2 replies
-
For my example I have a python project that takes parameters and throws an error if the parameters are not given. How would I pass these into the project since I can't use the --command? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docs for CodeQL CLI states that using
--command
withdatabase create
for a non-compiled language would create an empty database. How would this work if a build script is needed for a non-compiled language?Beta Was this translation helpful? Give feedback.
All reactions