mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
11 lines
215 B
Batchfile
11 lines
215 B
Batchfile
@echo off
|
|
|
|
type NUL && "%CODEQL_DIST%\codeql" database index-files ^
|
|
--include=**/qlpack.yml ^
|
|
--size-limit=5m ^
|
|
--language yaml ^
|
|
-- ^
|
|
"%CODEQL_EXTRACTOR_QL_WIP_DATABASE%"
|
|
|
|
exit /b %ERRORLEVEL%
|