We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0128253 commit 870fcb4Copy full SHA for 870fcb4
codeql-tools/pre-finalize.cmd
@@ -3,6 +3,7 @@ SETLOCAL EnableDelayedExpansion
3
4
if NOT "%CODEQL_EXTRACTOR_GO_EXTRACT_HTML%"=="no" (
5
type NUL && "%CODEQL_DIST%/codeql.exe" database index-files ^
6
+ --working-dir=. ^
7
--include-extension=.htm ^
8
--include-extension=.html ^
9
--include-extension=.xhtm ^
codeql-tools/pre-finalize.sh
@@ -4,6 +4,7 @@ set -eu
if [ "${CODEQL_EXTRACTOR_GO_EXTRACT_HTML:-yes}" != "no" ]; then
"$CODEQL_DIST/codeql" database index-files \
+ --working-dir=. \
--include-extension=.htm \
--include-extension=.html \
10
--include-extension=.xhtm \
0 commit comments