MCPcopy
hub / github.com/aquasecurity/trivy / TableWriter

Struct TableWriter

pkg/k8s/report/table.go:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type TableWriter struct {
17 Report string
18 Output io.Writer
19 Severities []dbTypes.Severity
20 ColumnHeading []string
21
22 TableMode []types.TableMode // For `--report all` only
23}
24
25const (
26 NamespaceColumn = "Namespace"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected