a5714116ac
+feat: configuration, progress bar, OSV
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"progress": {
|
|
"enabled": true
|
|
},
|
|
"output": {
|
|
"group_by_service": true,
|
|
|
|
"sections": {
|
|
"show_service_separator": true,
|
|
"show_service_header": true,
|
|
"show_separator": false,
|
|
|
|
"show_id_status": false,
|
|
"show_created": false,
|
|
"show_ports": false,
|
|
"show_mounts": false,
|
|
"show_versions": true,
|
|
"show_language": false,
|
|
"show_source": true,
|
|
"show_revision": false,
|
|
"show_deps_source": true,
|
|
|
|
"show_manifests": true,
|
|
"manifests_mode": "count",
|
|
"show_raw_deps_count": false,
|
|
"show_effective_deps_count": true,
|
|
"show_ecosystem_counts": true,
|
|
"show_deps_list": false,
|
|
"show_dev_deps_list": false,
|
|
"show_code_files": false,
|
|
|
|
"show_osv_summary": true,
|
|
"show_osv_top_affected": true,
|
|
"show_osv_sample_ids": false,
|
|
|
|
"show_errors": false
|
|
},
|
|
|
|
"max_deps_per_ecosystem": 20,
|
|
"max_dev_deps_per_ecosystem": 10
|
|
},
|
|
"vulns": {
|
|
"min_severity": "MEDIUM",
|
|
"include_unknown": true,
|
|
"top_affected": 8
|
|
},
|
|
"osv": {
|
|
"chunk_size": 250,
|
|
"hydrate_details": true,
|
|
"max_hydrate_ids": 300
|
|
}
|
|
}
|