From 2d52d84d755d9154a112f581187b54474638f42d Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 24 Jan 2025 16:15:28 +0100 Subject: [PATCH] update(plugins/github): bump to v0.8.1 Signed-off-by: Leonardo Grasso --- plugins/github/pkg/github/github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github/pkg/github/github.go b/plugins/github/pkg/github/github.go index 7d397c93..3f83e0a1 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.8.0" + PluginVersion = "0.8.1" PluginEventSource = "github" ExtractEventSource = "github" )