Skip to content

Commit

Permalink
bump plugin version
Browse files Browse the repository at this point in the history
Signed-off-by: Sanja Kosier <[email protected]>
  • Loading branch information
SKosier authored and poiana committed Mar 27, 2024
1 parent b0a2735 commit 2ec47c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugins/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.7.1

* [`d2a7b9a`](https://github.com/falcosecurity/plugins/pull/439/commits/d2a7b9a) fix(plugins/github): add length check in if statement


## v0.6.1


Expand Down
2 changes: 1 addition & 1 deletion plugins/github/pkg/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
PluginVersion = "0.7.1"
PluginEventSource = "github"
ExtractEventSource = "github"
)
Expand Down

0 comments on commit 2ec47c4

Please sign in to comment.