Versions in this module Expand all Collapse all v0 v0.1.1 Dec 2, 2025 v0.1.0 Nov 26, 2025 Changes in this version + type Notifier interface + Notify func(ctx context.Context, finding *events.SecurityHubV2Finding) error + type SlackNotifier struct + func NewSlackNotifier(token, channel, consoleURL, accessPortalURL, accessRoleName, ... string) *SlackNotifier + func (s *SlackNotifier) Notify(ctx context.Context, finding *events.SecurityHubV2Finding) error