Skip to content

Commit 00bc407

Browse files
authored
Merge pull request #17427 from github/aibaars/rust-experiment
Fix definition of trap compression option
2 parents 9c8f614 + d6d52a9 commit 00bc407

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)