mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
13 lines
263 B
Bash
Executable File
13 lines
263 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
"$CODEQL_DIST/codeql" database index-files \
|
|
"--include=**/qlpack.yml" \
|
|
--include-extension=.qlref \
|
|
--also-match-lgtm-index-filters \
|
|
--size-limit=5m \
|
|
--language yaml \
|
|
-- \
|
|
"$CODEQL_EXTRACTOR_QL_WIP_DATABASE"
|