mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
All languages: account for paths and paths-ignore in XML and other ancillary extraction
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
type NUL && "%CODEQL_DIST%\codeql" database index-files ^
|
||||
--include-extension=.yaml ^
|
||||
--include-extension=.yml ^
|
||||
--also-match-lgtm-index-filters ^
|
||||
--size-limit=5m ^
|
||||
--language yaml ^
|
||||
-- ^
|
||||
|
||||
@@ -5,6 +5,7 @@ set -eu
|
||||
"$CODEQL_DIST/codeql" database index-files \
|
||||
--include-extension=.yaml \
|
||||
--include-extension=.yml \
|
||||
--also-match-lgtm-index-filters \
|
||||
--size-limit=5m \
|
||||
--language yaml \
|
||||
-- \
|
||||
|
||||
Reference in New Issue
Block a user