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.
1 parent 9c8f614 commit d6d52a9Copy full SHA for d6d52a9
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