Files
codeql/powershell/codeql-extractor.yml
2024-11-19 19:38:55 -05:00

19 lines
484 B
YAML

name: "powershell"
display_name: "powershell"
version: 0.0.1
column_kind: "utf16"
legacy_qltest_extraction: true
build_modes:
- none
file_types:
- name: powershell
display_name: powershellscripts
extensions:
- .ps1
- .psd1
options:
skip_psmodulepath_files:
title: Skip PSModulePath files.
description: Whether to avoid extracting source files in paths specified by the PSModulePath environment variable.
type: string
pattern: "^(false|true)$"