Files
codeql/powershell/tools/qltest.cmd

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%