mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
10 lines
188 B
Bash
Executable File
10 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
exec "${CODEQL_DIST}/codeql" database index-files \
|
|
--include-extension=.rb \
|
|
--size-limit=5m \
|
|
--language=ruby \
|
|
"$CODEQL_EXTRACTOR_RUBY_WIP_DATABASE"
|