mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
13 lines
290 B
Batchfile
13 lines
290 B
Batchfile
@echo off
|
|
|
|
type NUL && "%CODEQL_DIST%\codeql" database index-files ^
|
|
--include-extension=.yaml ^
|
|
--include-extension=.yml ^
|
|
--also-match-lgtm-index-filters ^
|
|
--size-limit=5m ^
|
|
--language yaml ^
|
|
-- ^
|
|
"%CODEQL_EXTRACTOR_PYTHON_WIP_DATABASE%"
|
|
|
|
exit /b %ERRORLEVEL%
|