Add extra integration test for packaging
Also, update the options and inputs documentation.
This commit is contained in:
parent
6e577cfca3
commit
4087f37d90
11 changed files with 83 additions and 21 deletions
|
|
@ -132,11 +132,12 @@ program
|
|||
)
|
||||
.option(
|
||||
"--packs <packs>",
|
||||
`Comma-separated list of packs to run. Reference a pack in the format scope/name[@version]. If version is not
|
||||
`[Experimental] Comma-separated list of packs to run. Reference a pack in the format scope/name[@version]. If version is not
|
||||
specified, then the latest version of the pack is used. By default, this overrides the same setting in a
|
||||
configuration file; prefix with "+" to use both sets of packs.
|
||||
|
||||
This option is only available in single-language analyses.`
|
||||
This option is only available in single-language analyses. To use packs in multi-language
|
||||
analyses, you must specify packs in the codeql-config.yml file.`
|
||||
)
|
||||
.option("--config-file <file>", "Path to config file.")
|
||||
.option(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue