fix: isolate PaC validation by selected consumer
This commit is contained in:
@@ -138,7 +138,7 @@ export function renderPacBootstrap(result: Record<string, unknown>): RenderedCli
|
||||
...(warnings.length === 0 ? [] : [
|
||||
"",
|
||||
"NON-BLOCKING WARNINGS",
|
||||
...table(["CONSUMER", "BLOCKING", "CODE", "CONFIG"], warnings.map((item) => [stringValue(item.consumer), boolText(item.blocking), stringValue(item.code), stringValue(item.configPath)])),
|
||||
...table(["OBJECT", "BLOCKING", "CODE", "CONFIG"], warnings.map((item) => [`${stringValue(record(item.object).kind)}:${stringValue(record(item.object).id)}`, boolText(item.blocking), stringValue(item.code), stringValue(item.configPath)])),
|
||||
]),
|
||||
"",
|
||||
"NEXT",
|
||||
|
||||
Reference in New Issue
Block a user