Skip to content

Commit

Permalink
docs(plugins/kafka): update description and contact
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed May 14, 2024
1 parent 563eea5 commit 0e7ef76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/kafka/pkg/kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
const (
PluginID uint32 = 18
PluginName = "kafka"
PluginDescription = "Kafka consumer for Falco"
PluginContact = "github.com/ibm/falco-kafka"
PluginDescription = "Read events from Kafka topics into Falco"
PluginContact = "github.com/falcosecurity/plugins"
PluginVersion = "0.1.0"
PluginEventSource = "kafka"
)
Expand Down

0 comments on commit 0e7ef76

Please sign in to comment.