Skip to content

Commit 44addef

Browse files
IceManGreenpoiana
authored andcommitted
fix: authors and required engine version
Signed-off-by: Louis Cailliot <[email protected]>
1 parent acd08c4 commit 44addef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build/mitre_attack_checker/falco_mitre_attack_checker/tests/resources/falco_rules_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- required_engine_version: 17
1+
- required_engine_version: 0.31.0
22

33
- macro: not a rule
44
condition: true

Diff for: build/mitre_attack_checker/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "falco_mitre_attack_checker"
33
version = "0.1.0"
44
description = "Audit module to validate Falco rules against the Mitre ATT&CK Framework"
5-
authors = ["Louis Cailliot <[email protected]>"]
5+
authors = ["The Falco Authors <[email protected]>"]
66
license = "Apache-2.0"
77
readme = "README.md"
88
packages = [{include = "falco_mitre_attack_checker"}]

0 commit comments

Comments
 (0)