Documentation
¶
Overview ¶
Package badip represents the bad IP finding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Automation ¶
type Automation struct { Action string Target []string Exclude []string Properties struct { DryRun bool `yaml:"dry_run"` TargetSnapshotProjectID string `yaml:"target_snapshot_project_id"` TargetSnapshotZone string `yaml:"target_snapshot_zone"` Output []string Turbinia struct { ProjectID string Topic string Zone string } } }
Automation defines the configuration for this finding.
type Finding ¶
type Finding struct {
// contains filtered or unexported fields
}
func (*Finding) CreateSnapshot ¶
func (f *Finding) CreateSnapshot() *createsnapshot.Values
CreateSnapshot returns values for the create snapshot automation.
Click to show internal directories.
Click to hide internal directories.