| config = "/Users/prabhu/work/owasp/dep-scan/.config/depscan.toml" |
| src_dir_image = "/Users/prabhu/sandbox/hyades" |
| reports_dir = "/Users/prabhu/sandbox/hyades/reports" |
| csaf = false |
| profile = "generic" |
| bom_engine = "auto" |
| vuln_analyzer = "LifecycleAnalyzer" |
| reachability_analyzer = "SemanticReachability" |
| suggest = true |
| risk_audit = false |
| project_type = [ "universal",] |
| bom_dir = "/Users/prabhu/sandbox/hyades/reports" |
| report_name = "rendered.report" |
| deep_scan = false |
| fuzzy_search = false |
| search_order = "pcu" |
| non_universal_scan = false |
| no_vuln_table = false |
| server_mode = false |
| server_host = "127.0.0.1" |
| server_port = "7070" |
| enable_debug = false |
| quiet = false |
| explain = true |
| explanation_mode = "EndpointsAndReachables" |
| annotate = false |
| src_dir = "/Users/prabhu/sandbox/hyades" |
| html_report_file = "/Users/prabhu/sandbox/hyades/reports/depscan.html" |
| pdf_report_file = "/Users/prabhu/sandbox/hyades/reports/depscan.pdf" |
| txt_report_file = "/Users/prabhu/sandbox/hyades/reports/depscan.txt" |
| depscan_version = "6.0.0" |
|
|