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