Skip to content

Commit

Permalink
fix(plugins/github): fix ruleset dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Apr 13, 2023
1 parent 3bac296 commit dc1e87e
Show file tree
Hide file tree
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
Expand Up @@ -38,7 +38,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.5.2"
PluginVersion = "0.5.3"
PluginEventSource = "github"
ExtractEventSource = "github"
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/rules/github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- required_plugin_versions:
- name: github
version: 0.5.2
version: 0.5.0

- rule: Webhook Connected
desc: Detect a webhook link
Expand Down

0 comments on commit dc1e87e

Please sign in to comment.