Skip to content

Commit d6d52a9

Browse files
committed
Fix definition of trap compression option
unless the -Oextract_dependencies=true flag is supplied
1 parent 9c8f614 commit d6d52a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/codeql-extractor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ options:
2323
title: Controls compression for the TRAP files written by the extractor.
2424
description: >
2525
This option is only intended for use in debugging the extractor. Accepted
26-
values are 'brotli' (the default, to write brotli-compressed TRAP), 'gzip', and 'none'
26+
values are 'gzip' (the default, to write gzip-compressed TRAP) and 'none'
2727
(to write uncompressed TRAP).
2828
type: string
29-
pattern: "^(none|gzip|brotli)$"
29+
pattern: "^(none|gzip)$"
3030
extract_dependencies:
3131
title: Whether to extract dependencies.
3232
description: >

0 commit comments

Comments
 (0)