Skip to content

Commit

Permalink
Adding container callback for dns manager
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Dec 1, 2024
1 parent ffe1262 commit 15a1696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/containerwatcher/v1/container_watcher_private.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (ch *IGContainerWatcher) startContainerCollection(ctx context.Context) erro
ch.malwareManager.ContainerCallback,
ch.ruleManager.ContainerCallback,
ch.processManager.ContainerCallback,
ch.dnsManager.ContainerCallback,
}

for receiver := range ch.thirdPartyContainerReceivers.Iter() {
Expand Down

0 comments on commit 15a1696

Please sign in to comment.