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