mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
17 lines
462 B
YAML
17 lines
462 B
YAML
name: "powershell"
|
|
display_name: "powershell"
|
|
version: 0.0.1
|
|
column_kind: "utf16"
|
|
legacy_qltest_extraction: true
|
|
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)$" |