File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,20 @@ if [ -z "${CODEQL_EXTRACTOR_CDS_SKIP_EXTRACTION:-}" ]; then
14
14
--total-size-limit=10m \
15
15
-- \
16
16
" $CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE "
17
- fi
17
+ fi
18
+
19
+ # Index UI5 *.view.xml files
20
+ " ${CODEQL_DIST} /codeql" database index-files \
21
+ --include-extension=.view.xml \
22
+ --language xml \
23
+ --prune ** /node_modules/** /* \
24
+ --prune ** /.eslint/** /* \
25
+ --total-size-limit=10m \
26
+ -- \
27
+ " $CODEQL_EXTRACTOR_JAVASCRIPT_WIP_DATABASE "
28
+
29
+ # UI5 also requires *.view.json files and *.view.html files be indexed, but these are indexed by
30
+ # default by CodeQL.
31
+
32
+ # XSJS also requires indexing of *.xsaccess files, *.xsjs files and xs-app.json files, but these
33
+ # are indexed by default by CodeQL.
You can’t perform that action at this time.
0 commit comments