From 996ccf555c8114da98125e2a97b861fabb5caf59 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 25 Jan 2022 17:12:49 +0100 Subject: [PATCH] rule: updated aws_cloudtrail_rules with correct copyright year and required plugin versions. Signed-off-by: Federico Di Pierro --- rules/aws_cloudtrail_rules.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/aws_cloudtrail_rules.yaml b/rules/aws_cloudtrail_rules.yaml index 46f1cb30..6dafb0d1 100644 --- a/rules/aws_cloudtrail_rules.yaml +++ b/rules/aws_cloudtrail_rules.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2019 The Falco Authors. +# Copyright (C) 2022 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,9 @@ # anything semver-compatible. - required_plugin_versions: - name: cloudtrail - version: 0.1.0 + version: 0.2.2 + - name: json + version: 0.2.1 # Note that this rule is disabled by default. It's useful only to # verify that the cloudtrail plugin is sending events properly. The