mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
14 lines
260 B
YAML
14 lines
260 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
|
|
- .psm1 |