CapabilityDocument

constructor(cliVersion: String = BuildInfo.VERSION, reportSchemas: List<String> = listOf("1.0", "1.1", "1.2", "1.3"), features: Map<String, Boolean> = linkedMapOf( "analyze.outputFile" to true, "analyze.stdout" to true, "analyze.progressJson" to true, "report.dependencyTree" to true, "report.vulnerabilityChains" to true, "update.plan" to true, "update.applyById" to true, "update.reportFile" to true, "update.planFile" to true, "update.applyResultJson" to true, "update.progressJson" to true, "update.lockfileSync" to true ))