mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
8 lines
189 B
Bash
Executable File
8 lines
189 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
|