mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 15:47:25 +00:00
update(rules): updated aws cloudtrail rule bumping plugins version
Co-authored-by: Jason Dellaluce <jasondellaluce@gmail.com> Co-authored-by: Federico Di Pierro <nierro92@gmail.com> Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
70bfb2426c
commit
24e7e84153
@ -17,8 +17,8 @@ string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} PLUGINS_SYSTEM_NAME)
|
|||||||
|
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
cloudtrail-plugin
|
cloudtrail-plugin
|
||||||
URL "https://download.falco.org/plugins/stable/cloudtrail-0.2.2-${PLUGINS_SYSTEM_NAME}-${CMAKE_HOST_SYSTEM_PROCESSOR}.tar.gz"
|
URL "https://download.falco.org/plugins/stable/cloudtrail-0.2.3-${PLUGINS_SYSTEM_NAME}-${CMAKE_HOST_SYSTEM_PROCESSOR}.tar.gz"
|
||||||
URL_HASH "SHA256=1628717e48b2ba1b9c78c9081e2ec23e4d88bb1a7b68b12cf8dff7f247b5b9b1"
|
URL_HASH "SHA256=3dfce36f37a4f834b6078c6b78776414472a6ee775e8f262535313cc4031d0b7"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND "")
|
INSTALL_COMMAND "")
|
||||||
|
@ -22,9 +22,9 @@
|
|||||||
# anything semver-compatible.
|
# anything semver-compatible.
|
||||||
- required_plugin_versions:
|
- required_plugin_versions:
|
||||||
- name: cloudtrail
|
- name: cloudtrail
|
||||||
version: 0.2.2
|
version: 0.2.3
|
||||||
- name: json
|
- name: json
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
|
|
||||||
# Note that this rule is disabled by default. It's useful only to
|
# Note that this rule is disabled by default. It's useful only to
|
||||||
# verify that the cloudtrail plugin is sending events properly. The
|
# verify that the cloudtrail plugin is sending events properly. The
|
||||||
|
Loading…
Reference in New Issue
Block a user