mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
7 lines
191 B
Bash
Executable File
7 lines
191 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export RUST_BACKTRACE=1
|
|
exec "${CODEQL_DIST}/codeql" database index-files \
|
|
--working-dir=. --language=rust --include-extension=.rs \
|
|
"${CODEQL_EXTRACTOR_RUST_WIP_DATABASE}"
|