mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Change environment variable for opt-out web view extraction
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import os
|
||||
from create_database_utils import *
|
||||
|
||||
os.environ['CODEQL_EXTRACTOR_CSHARP_STANDALONE_EXTRACT_WEB_VIEWS'] = 'false'
|
||||
os.environ['CODEQL_EXTRACTOR_CSHARP_BUILDLESS_EXTRACT_WEB_VIEWS'] = 'false'
|
||||
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true"])
|
||||
|
||||
Reference in New Issue
Block a user