mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Golang vendor dir extraction: add extractor option
This commit is contained in:
@@ -27,3 +27,10 @@ options:
|
||||
The default is 'false'.
|
||||
type: string
|
||||
pattern: "^(false|true)$"
|
||||
extract_vendor_dirs:
|
||||
title: Whether to include Go vendor directories in the CodeQL database.
|
||||
description: >
|
||||
A value indicating whether Go vendor directories should be included in the CodeQL database.
|
||||
The default is 'false'.
|
||||
type: string
|
||||
pattern: "^(false|true)$"
|
||||
|
||||
Reference in New Issue
Block a user