Skip to content

Commit bca479c

Browse files
committed
C#: Add extractor option 'compression'.
1 parent 31a204a commit bca479c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

csharp/codeql-extractor.yml

+7
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ file_types:
1616
extensions:
1717
- .cs
1818
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

Comments
 (0)