Files
codeql/.codeqlmanifest.json
Sauyon Lee 1eb9466de2 Use codeql for testing and add binary cross compilation support
Also add support for building the extractor inside this repository
so that users can build and use the extractor, and an up-to-date
version can be used for testing.
2020-01-17 14:05:26 -08:00

7 lines
290 B
JSON

{ "provide": [ "ql/src/qlpack.yml",
"ql/test/qlpack.yml",
"upgrades/qlpack.yml",
"ql/config/legacy-support/qlpack.yml",
"build/codeql-extractor-go/codeql-extractor.yml" ],
"ignore": [ "the-extractor-which-needs-to-be-built" ] }