We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a204a commit bca479cCopy full SHA for bca479c
csharp/codeql-extractor.yml
@@ -16,3 +16,10 @@ file_types:
16
extensions:
17
- .cs
18
legacy_qltest_extraction: true
19
+options:
20
+ compression:
21
+ title: The type of compression.
22
+ description: >
23
+ A value indicating, which type of compression that should be used for the TRAP archive.
24
+ Allowed values are 'brotli', 'gzip' or 'none'. The default is 'brotli'.
25
+ type: string
0 commit comments