We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c77be commit 16306f2Copy full SHA for 16306f2
plugins/cloudtrail/pkg/cloudtrail/cloudtrail.go
@@ -48,7 +48,7 @@ const (
48
PluginName = "cloudtrail"
49
PluginDescription = "reads cloudtrail JSON data saved to file in the directory specified in the settings"
50
PluginContact = "github.com/falcosecurity/plugins/"
51
- PluginVersion = "0.9.0"
+ PluginVersion = "0.9.1"
52
PluginEventSource = "aws_cloudtrail"
53
)
54
0 commit comments