mirror of
https://github.com/github/codeql.git
synced 2026-01-04 10:10:20 +01:00
7 lines
186 B
Batchfile
7 lines
186 B
Batchfile
@echo off
|
|
if exist vendor\modules.txt (
|
|
type %CODEQL_EXTRACTOR_GO_ROOT%\tools\baseline-config-vendor.json
|
|
) else (
|
|
type %CODEQL_EXTRACTOR_GO_ROOT%\tools\baseline-config-empty.json
|
|
)
|