Closed
Description
I've trying to use the codeql command line interface to analyze a project locally. I would like the extractor to include all the XML files, but it seems that the "codeql database create command" will only include pom.xml.
- I noticed that by including a lgtm.yml file in the repo and write the following, LGTM can include all xml files:
extraction:
java:
index:
xml_mode: all
I wonder if it's possible to do something similar while using codeql-cli?