Documentation ¶
Index ¶
- func CheckEcrEnabled(accountContext *model.AccountContext, ...) error
- func CheckGuardDutyEnabled(accountContext *model.AccountContext, ...) error
- func CheckSecurityHubEnabled(accountContext *model.AccountContext, ...) error
- func GetCloudTrailLogLines(logAccountContext *model2.AccountContext, ...) error
- func GetCsmpFindings(accountContext *model.AccountContext, ...) error
- func GetLokiFindings(logAccountContext *model2.AccountContext, ...) error
- func GetOrganizationContext() (*model2.OrganizationContext, error)
- func GetResources(accountContext *model2.AccountContext, resourceChannel chan *model2.Resource) error
- func GetSecurityHubFindings(accountContext *model2.AccountContext, ...) error
- func GetTrustedAdvisorCheckResults(accountContext *model2.AccountContext, ...) error
- func QueryAndProcessLokiLogLines(logAccountContext *model2.AccountContext, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckEcrEnabled ¶ added in v0.0.9
func CheckEcrEnabled(accountContext *model.AccountContext, securityFindingChannel *chan *model.SecurityFinding) error
func CheckGuardDutyEnabled ¶
func CheckGuardDutyEnabled(accountContext *model.AccountContext, securityFindingChannel *chan *model.SecurityFinding) error
func CheckSecurityHubEnabled ¶
func CheckSecurityHubEnabled(accountContext *model.AccountContext, securityFindingChannel *chan *model.SecurityFinding) error
func GetCloudTrailLogLines ¶
func GetCloudTrailLogLines(logAccountContext *model2.AccountContext, accountContext *model2.AccountContext, securityFindingChannel chan *model2.SecurityFinding) error
func GetCsmpFindings ¶
func GetCsmpFindings(accountContext *model.AccountContext, securityFindingChannel *chan *model.SecurityFinding) error
func GetLokiFindings ¶
func GetLokiFindings(logAccountContext *model2.AccountContext, accountContext *model2.AccountContext, securityFindingChannel chan *model2.SecurityFinding) error
func GetOrganizationContext ¶
func GetOrganizationContext() (*model2.OrganizationContext, error)
func GetResources ¶
func GetResources(accountContext *model2.AccountContext, resourceChannel chan *model2.Resource) error
func GetSecurityHubFindings ¶
func GetSecurityHubFindings(accountContext *model2.AccountContext, securityFindingChannel *chan *model2.SecurityFinding) error
func GetTrustedAdvisorCheckResults ¶
func GetTrustedAdvisorCheckResults(accountContext *model2.AccountContext, securityFindingChannel chan *model2.SecurityFinding) error
func QueryAndProcessLokiLogLines ¶
func QueryAndProcessLokiLogLines(logAccountContext *model2.AccountContext, accountContext *model2.AccountContext, query string, securityFindingChannel chan *model2.SecurityFinding, processLines loki2.LineProcessor, preferSecondaryLokiInstance bool) error
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.