Skip to content

Commit

Permalink
Add cloud resource ingest constant
Browse files Browse the repository at this point in the history
  • Loading branch information
noboruma committed Jun 2, 2023
1 parent dd27533 commit ef289ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const (
COMPLIANCE_SCAN = "compliance-scan"
COMPLIANCE_SCAN_STATUS = "compliance-scan-status"
CLOUD_TRAIL_ALERTS = "cloudtrail-alert"
CLOUD_RESOURCE = "cloud-resource"
)

// task names
Expand Down Expand Up @@ -163,6 +164,7 @@ var Topics = []string{
COMPLIANCE_SCAN, COMPLIANCE_SCAN_STATUS,
CLOUD_TRAIL_ALERTS,
AUDIT_LOGS,
CLOUD_RESOURCE,
}

// list of task names to create topics
Expand Down

0 comments on commit ef289ae

Please sign in to comment.