We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b85d6 commit db37677Copy full SHA for db37677
.github/workflows/code_scanning.yml
@@ -12,7 +12,6 @@ on:
12
13
env:
14
LGTM_INDEX_XML_MODE: all
15
- LGTM_INDEX_FILETYPES: ".json:JSON\n.cds:JSON"
16
17
jobs:
18
analyze-javascript:
extractors/cds/tools/index-files.sh
@@ -61,6 +61,8 @@ fi
61
# Enable extraction of the cds.json files only
62
export LGTM_INDEX_FILTERS=$'exclude:**/*.*\ninclude:**/*cds.json'
63
export LGTM_INDEX_TYPESCRIPT="NONE"
64
+# Configure to copy over the CDS files as well, by pretending they are JSON
65
+export LGTM_INDEX_FILETYPES: ".cds:JSON"
66
67
echo "Extracting the cds.json files"
68
0 commit comments