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:
@@ -9,6 +9,7 @@ if NOT "%CODEQL_EXTRACTOR_GO_EXTRACT_HTML%"=="no" (
|
||||
--include-extension=.xhtm ^
|
||||
--include-extension=.xhtml ^
|
||||
--include-extension=.vue ^
|
||||
--also-match-lgtm-index-filters ^
|
||||
--size-limit 10m ^
|
||||
--language html ^
|
||||
-- ^
|
||||
|
||||
@@ -10,6 +10,7 @@ if [ "${CODEQL_EXTRACTOR_GO_EXTRACT_HTML:-yes}" != "no" ]; then
|
||||
--include-extension=.xhtm \
|
||||
--include-extension=.xhtml \
|
||||
--include-extension=.vue \
|
||||
--also-match-lgtm-index-filters \
|
||||
--size-limit 10m \
|
||||
--language html \
|
||||
-- \
|
||||
|
||||
Reference in New Issue
Block a user