From 44addef4f79d721f7e44ae2d51d91f684e9f7253 Mon Sep 17 00:00:00 2001 From: Louis Cailliot Date: Thu, 7 Mar 2024 15:19:52 +0100 Subject: [PATCH] fix: authors and required engine version Signed-off-by: Louis Cailliot --- .../tests/resources/falco_rules_test.yaml | 2 +- build/mitre_attack_checker/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/mitre_attack_checker/falco_mitre_attack_checker/tests/resources/falco_rules_test.yaml b/build/mitre_attack_checker/falco_mitre_attack_checker/tests/resources/falco_rules_test.yaml index d89854540..91339f620 100644 --- a/build/mitre_attack_checker/falco_mitre_attack_checker/tests/resources/falco_rules_test.yaml +++ b/build/mitre_attack_checker/falco_mitre_attack_checker/tests/resources/falco_rules_test.yaml @@ -1,4 +1,4 @@ -- required_engine_version: 17 +- required_engine_version: 0.31.0 - macro: not a rule condition: true diff --git a/build/mitre_attack_checker/pyproject.toml b/build/mitre_attack_checker/pyproject.toml index 045b26519..89f2476cd 100644 --- a/build/mitre_attack_checker/pyproject.toml +++ b/build/mitre_attack_checker/pyproject.toml @@ -2,7 +2,7 @@ name = "falco_mitre_attack_checker" version = "0.1.0" description = "Audit module to validate Falco rules against the Mitre ATT&CK Framework" -authors = ["Louis Cailliot "] +authors = ["The Falco Authors "] license = "Apache-2.0" readme = "README.md" packages = [{include = "falco_mitre_attack_checker"}]