Skip to content

Commit

Permalink
bump cloudtrail plugin version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteopasa committed Feb 5, 2024
1 parent 980c554 commit ffcde78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/cloudtrail/pkg/cloudtrail/cloudtrail.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
PluginName = "cloudtrail"
PluginDescription = "reads cloudtrail JSON data saved to file in the directory specified in the settings"
PluginContact = "github.com/falcosecurity/plugins/"
PluginVersion = "0.10.0"
PluginVersion = "0.11.0"
PluginEventSource = "aws_cloudtrail"
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/cloudtrail/rules/aws_cloudtrail_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

- required_plugin_versions:
- name: cloudtrail
version: 0.10.0
version: 0.11.0
- name: json
version: 0.7.0

Expand Down

0 comments on commit ffcde78

Please sign in to comment.