Skip to content

Commit fc89888

Browse files
committed
C#: Add pattern that only accepts 'true' and 'false' as the buildless option.
1 parent c5ddf61 commit fc89888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csharp/codeql-extractor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ options:
4040
and should only be used in cases where it is not possible to build
4141
the code (for example if it uses inaccessible dependencies).
4242
type: string
43+
pattern: "^(false|true)$"

0 commit comments

Comments
 (0)