Skip to content

Commit ecff28f

Browse files
leogrpoiana
authored andcommitted
update(cloudtrail): bump to v0.13.0
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
1 parent 89712a5 commit ecff28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/cloudtrail/pkg/cloudtrail/cloudtrail.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0
22
/*
3-
Copyright (C) 2023 The Falco Authors.
3+
Copyright (C) 2025 The Falco Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -48,7 +48,7 @@ const (
4848
PluginName = "cloudtrail"
4949
PluginDescription = "reads cloudtrail JSON data saved to file in the directory specified in the settings"
5050
PluginContact = "github.com/falcosecurity/plugins/"
51-
PluginVersion = "0.12.5"
51+
PluginVersion = "0.13.0"
5252
PluginEventSource = "aws_cloudtrail"
5353
)
5454

0 commit comments

Comments
 (0)