Files
codeql/rust/tools/autobuild.sh
2024-09-05 14:45:45 +02:00

7 lines
226 B
Bash
Executable File

#!/bin/bash
exec "${CODEQL_DIST}/codeql" database index-files \
--working-dir=. --language=rust --include-extension=.rs \
${CODEQL_VERBOSITY:+"--verbosity=${CODEQL_VERBOSITY}"} \
"${CODEQL_EXTRACTOR_RUST_WIP_DATABASE}"