Documentation
¶
Overview ¶
Package cmd implements the postura CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Facts ¶
type Facts struct {
Enterprise map[string]any `json:"enterprise,omitempty"`
Orgs []map[string]any `json:"orgs,omitempty"`
Repos []map[string]any `json:"repos,omitempty"`
}
Facts is the collected-facts document: the unit passed between `collect` and `eval`, and produced in-memory by `run`. Orgs and their repos are flat lists so a single run can audit several orgs; each repo fact carries its own owner.
Click to show internal directories.
Click to hide internal directories.