mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Powershell Extractor
Directories:
extractor- Powershell extractor source code
ql- QL libraries and queries for Powershell (to be written)
tools- Directory containing files that must be copied to powershell/tools in the directory containing the CodeQL CLI. This will be done automatically by
build.ps1(see below).
- Directory containing files that must be copied to powershell/tools in the directory containing the CodeQL CLI. This will be done automatically by
How to build the Powershell:
- Run
build.ps1 path-to-codeql-cli-folderwherepath-to-codeql-cli-folderis the path to the folder containing the CodeQL CLI (i.e.,codeql.exe).