We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c8f614 + d6d52a9 commit 00bc407Copy full SHA for 00bc407
rust/codeql-extractor.yml
@@ -23,10 +23,10 @@ options:
23
title: Controls compression for the TRAP files written by the extractor.
24
description: >
25
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'
+ values are 'gzip' (the default, to write gzip-compressed TRAP) and 'none'
27
(to write uncompressed TRAP).
28
type: string
29
- pattern: "^(none|gzip|brotli)$"
+ pattern: "^(none|gzip)$"
30
extract_dependencies:
31
title: Whether to extract dependencies.
32
0 commit comments