We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89712a5 commit ecff28fCopy full SHA for ecff28f
plugins/cloudtrail/pkg/cloudtrail/cloudtrail.go
@@ -1,6 +1,6 @@
1
// SPDX-License-Identifier: Apache-2.0
2
/*
3
-Copyright (C) 2023 The Falco Authors.
+Copyright (C) 2025 The Falco Authors.
4
5
Licensed under the Apache License, Version 2.0 (the "License");
6
you may not use this file except in compliance with the License.
@@ -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.12.5"
+ PluginVersion = "0.13.0"
52
PluginEventSource = "aws_cloudtrail"
53
)
54
0 commit comments