mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
11 lines
192 B
Bash
Executable File
11 lines
192 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
"$CODEQL_DIST/codeql" database index-files \
|
|
"--include=**/qlpack.yml" \
|
|
--size-limit=5m \
|
|
--language yaml \
|
|
-- \
|
|
"$CODEQL_EXTRACTOR_QL_WIP_DATABASE"
|