diff --git a/plugins/github/pkg/github/github.go b/plugins/github/pkg/github/github.go index 6ee23eca..53ae0097 100644 --- a/plugins/github/pkg/github/github.go +++ b/plugins/github/pkg/github/github.go @@ -39,7 +39,7 @@ const ( PluginName = "github" PluginDescription = "Reads github webhook events, by listening on a socket or by reading events from disk" PluginContact = "github.com/falcosecurity/plugins" - PluginVersion = "0.7.1" + PluginVersion = "0.7.2" PluginEventSource = "github" ExtractEventSource = "github" )