Skip to content

Commit

Permalink
update UI mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
  • Loading branch information
fjogeleit committed Sep 18, 2024
1 parent fdbb375 commit e712c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v2/views.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ func MapSecurityHubToTarget(ta *target.Config[target.SecurityHubOptions]) *Targe
t.Type = "SecurityHub"
t.Host = ta.Config.Endpoint
t.Properties["region"] = ta.Config.Region
t.Properties["cleanup"] = ta.Config.Synchronize
t.Properties["synchronize"] = ta.Config.Synchronize
t.Auth = true

return t
Expand Down

0 comments on commit e712c9b

Please sign in to comment.