Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SecurityCmd = &cobra.Command{ Use: "security", Short: "AWS security commands", Long: "Commands for analyzing AWS security findings and mapping them to Atmos components.", Args: cobra.NoArgs, }
SecurityCmd is the parent command for security subcommands.
Functions ¶
This section is empty.
Types ¶
type Finding ¶
type Finding = pkgsecurity.Finding
Finding is a type alias for the security package Finding type (used in buildSecurityReport).
Click to show internal directories.
Click to hide internal directories.