mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
7 lines
190 B
Batchfile
7 lines
190 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"
|
|
)
|