mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
8 lines
185 B
Bash
Executable File
8 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f vendor/modules.txt ]; then
|
|
cat $CODEQL_EXTRACTOR_GO_ROOT/tools/baseline-config-vendor.json
|
|
else
|
|
cat $CODEQL_EXTRACTOR_GO_ROOT/tools/baseline-config-empty.json
|
|
fi
|