File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ databricks_url = ""
22workspace_id = " "
33account_console_id = " "
44
5- # Analysis Schema Name Should follow this format: YourUnityCatalogName.SchemaName
5+ # Analysis Schema Name Should follow this format: YourUnityCatalogName.SchemaName
66# Catalog must exist, schema will be created by SAT
77# Hive Metastore is no longer supported
8- analysis_schema_name = " " # example: sat.security_analysis_tool
8+ analysis_schema_name = " " # example: sat.security_analysis_tool
99
1010# ## Databricks Service Principal
1111client_id = " " // Databricks Service Principal Application ID
@@ -17,8 +17,8 @@ client_secret = "" //Databricks Service Principal ID Secret
1717# "http": "http://proxy.example.com:8080",
1818# "https": "http://proxy.example.com:8080"
1919# }
20- proxies = {}
20+ proxies = {}
2121
2222# Flag to run SAT initializer/Driver on Serverless
2323run_on_serverless = false # [Only monitor current workspace]
24- # Flag to scan for hardcoded secrets in all the SAT configured woekspace notebooks
24+ # Flag to scan for hardcoded secrets in all the SAT configured workspace notebooks
You can’t perform that action at this time.
0 commit comments