Golang vendor dir extraction: add extractor option

This commit is contained in:
Chris Smowton
2024-09-30 18:24:49 +01:00
parent 70b4ecf0a5
commit 684aedf6aa
4 changed files with 13 additions and 2 deletions

View File

@@ -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)$"