-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: authors and required engine version
Signed-off-by: Louis Cailliot <[email protected]>
- Loading branch information
1 parent
c37400d
commit 546ad5b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
build/mitre_attack_checker/falco_mitre_attack_checker/tests/resources/falco_rules_test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- required_engine_version: 17 | ||
- required_engine_version: 0.31.0 | ||
|
||
- macro: not a rule | ||
condition: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>"] | ||
authors = ["The Falco Authors <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
packages = [{include = "falco_mitre_attack_checker"}] | ||
|