mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
13 lines
293 B
Bash
Executable File
13 lines
293 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
"$CODEQL_DIST/codeql" database index-files \
|
|
--include-extension=.config \
|
|
--include-extension=.csproj \
|
|
--include-extension=.props \
|
|
--include-extension=.xml \
|
|
--size-limit 10m \
|
|
--language xml \
|
|
-- \
|
|
"$CODEQL_EXTRACTOR_CSHARP_WIP_DATABASE" |