Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertNoRawSecrets ¶
func WriteBundle ¶
func WriteBundle(opts BundleOptions, verifierReport *verify.Report, secretsReport *verify.SecretScanReport) error
Types ¶
type BundleManifest ¶
type BundleManifest struct {
Version string `json:"version"`
GeneratedAt time.Time `json:"generatedAt"`
Tool string `json:"tool"`
Ruleset string `json:"ruleset,omitempty"`
DetectorVersion string `json:"detectorVersion"`
RenderedManifestHash string `json:"renderedManifestSha256,omitempty"`
VerifierFindings int `json:"verifierFindings"`
SecretFindings int `json:"secretFindings"`
RedactionEnabled bool `json:"redactionEnabled"`
RawSecretStored bool `json:"rawSecretStored"`
Blocked bool `json:"blocked"`
}
Click to show internal directories.
Click to hide internal directories.