Files
codeql/go/codeql-tools/configure-baseline.cmd
Owen Mansel-Chan d98079d72c Apply suggestions from code review
Co-authored-by: Henry Mercer <henry.mercer@me.com>
2023-07-31 16:49:11 +01:00

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
)