mirror of
https://github.com/github/codeql.git
synced 2026-03-18 21:46:46 +01:00
6 lines
137 B
Python
6 lines
137 B
Python
import sys
|
|
|
|
from create_database_utils import *
|
|
|
|
run_codeql_database_create([], lang="java", extra_env = {"LGTM_INDEX_XML_MODE": "all"})
|