Thanks to visit codestin.com
Credit goes to github.com

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)