Files
codeql/powershell/tools/qltest.cmd
2024-08-26 15:08:53 +01:00

12 lines
275 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=. ^
"%CODEQL_EXTRACTOR_POWERSHELL_WIP_DATABASE%"
exit /b %ERRORLEVEL%