Versions in this module Expand all Collapse all v0 v0.0.3 Feb 1, 2026 Changes in this version + func AddSecurityCommands(root *cli.Command) + type AlertOutput struct + ID string + Location string + Message string + Package string + Repo string + Severity string + Type string + Version string + type AlertSummary struct + Critical int + High int + Low int + Medium int + Total int + Unknown int + func (s *AlertSummary) Add(severity string) + func (s *AlertSummary) String() string + type CodeScanningAlert struct + DismissedReason string + MostRecentInstance struct{ ... } + Number int + Rule struct{ ... } + State string + Tool struct{ ... } + type DepAlert struct + CVE string + Ecosystem string + Manifest string + Package string + PatchedVersion string + Repo string + Severity string + Summary string + Vulnerable string + type DependabotAlert struct + Advisory struct{ ... } + Dependency struct{ ... } + Number int + SecurityVulnerability struct{ ... } + State string + type ScanAlert struct + Description string + Line int + Message string + Path string + Repo string + RuleID string + Severity string + Tool string + type SecretAlert struct + Number int + PushProtection bool + Repo string + Resolution string + SecretType string + State string + type SecretScanningAlert struct + Number int + PushProtection bool + Resolution string + Secret string + SecretType string + State string