Skip to content

Commit

Permalink
update(plugins): github-0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Jan 19, 2024
1 parent 466eab0 commit 9275406
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/github/pkg/github/github.go
Original file line number Diff line number Diff line change
@@ -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"
)
2 changes: 1 addition & 1 deletion plugins/github/rules/github.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9275406

Please sign in to comment.