Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_SCAN_TIMEOUT_MINUTES = 20 DEFAULT_SCAN_TIMEOUT_ALL_PLUGINS_MINUTES = 90 )
View Source
const ( WARN_MESSAGE = "UNKNOWN status detected. Some scans may have failed. Please take action if you don't have enough permissions." STATUS_DETAIL_LENGTH_THRESHOLD = 30000 LOW_SCORE = 3.0 )
View Source
const ( REGION_US_EAST_1 = "us-east-1" API_RETRY_NUM = 10 )
View Source
const (
CLOUDSPLOIT_FILE = "yaml/cloudsploit.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudsploitConfig ¶
type EmptyOutputError ¶ added in v0.6.0
type EmptyOutputError struct {
// contains filtered or unexported fields
}
EmptyOutputError sometimes happen caused by cloudsploit bug(#557). It will may be recovered by re-scanninng. ref https://github.com/aquasecurity/cloudsploit/issues/557
func (EmptyOutputError) Error ¶ added in v0.6.0
func (e EmptyOutputError) Error() string
type SecurityGroupMetaData ¶ added in v0.12.0
type SqsHandler ¶
type SqsHandler struct {
// contains filtered or unexported fields
}
func NewSqsHandler ¶
func NewSqsHandler( fc finding.FindingServiceClient, ac alert.AlertServiceClient, awsc awsClient.AWSServiceClient, csConfig *CloudsploitConfig, settingYamlPath string, l logging.Logger, ) (*SqsHandler, error)
func (*SqsHandler) CallAnalyzeAlert ¶
func (s *SqsHandler) CallAnalyzeAlert(ctx context.Context, projectID uint32) error
func (*SqsHandler) HandleMessage ¶
Click to show internal directories.
Click to hide internal directories.