mirror of
https://github.com/github/codeql.git
synced 2026-05-26 17:11:24 +02:00
13 lines
342 B
Batchfile
13 lines
342 B
Batchfile
@echo off
|
|
|
|
type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
|
|
--prune=**/*.testproj ^
|
|
--include-extension=.ps1 ^
|
|
--size-limit=5m ^
|
|
--language=powershell ^
|
|
--working-dir=. ^
|
|
--extractor-option="powershell.skip_psmodulepath_files=true" ^
|
|
"%CODEQL_EXTRACTOR_POWERSHELL_WIP_DATABASE%"
|
|
|
|
exit /b %ERRORLEVEL%
|