From 927540658560c4eab1650e3accdd6f3df82d6e9b Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Fri, 19 Jan 2024 14:18:54 +0000 Subject: [PATCH] update(plugins): github-0.7.0 Signed-off-by: Luca Guerra --- plugins/github/pkg/github/github.go | 2 +- plugins/github/rules/github.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/github/pkg/github/github.go b/plugins/github/pkg/github/github.go index 4292f3f8..2b1f0ebb 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.6.1" + PluginVersion = "0.7.0" PluginEventSource = "github" ExtractEventSource = "github" ) diff --git a/plugins/github/rules/github.yaml b/plugins/github/rules/github.yaml index f2a29dea..99f3c21b 100644 --- a/plugins/github/rules/github.yaml +++ b/plugins/github/rules/github.yaml @@ -20,7 +20,7 @@ - required_plugin_versions: - name: github - version: 0.6.0 + version: 0.7.0 - rule: Webhook Connected desc: Detect a webhook link