-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update(registry): add incubating, sandbox, and deprecated rules files
Signed-off-by: Leonardo Grasso <[email protected]>
- Loading branch information
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
# limitations under the License. | ||
# | ||
|
||
|
||
rulesfiles: | ||
- name: falco-rules | ||
description: Falco rules that are loaded by default | ||
|
@@ -27,6 +26,36 @@ rulesfiles: | |
path: rules/falco_rules.yaml | ||
license: apache-2.0 | ||
url: https://github.com/falcosecurity/rules/blob/main/rules/falco_rules.yaml | ||
- name: falco-incubating-rules | ||
description: Falco incubating rules | ||
authors: The Falco Authors | ||
contact: https://falco.org/community | ||
maintainers: | ||
- name: The Falco Authors | ||
email: [email protected] | ||
path: rules/falco-incubating_rules.yaml | ||
license: apache-2.0 | ||
url: https://github.com/falcosecurity/rules/blob/main/rules/falco-incubating_rules.yaml | ||
- name: falco-sandbox-rules | ||
description: Falco sandbox rules | ||
authors: The Falco Authors | ||
contact: https://falco.org/community | ||
maintainers: | ||
- name: The Falco Authors | ||
email: [email protected] | ||
path: rules/falco-sandbox_rules.yaml | ||
license: apache-2.0 | ||
url: https://github.com/falcosecurity/rules/blob/main/rules/falco-sandbox_rules.yaml | ||
- name: falco-deprecated-rules | ||
description: Falco deprecated rules kept as examples but are no longer maintained | ||
authors: The Falco Authors | ||
contact: https://falco.org/community | ||
maintainers: | ||
- name: The Falco Authors | ||
email: [email protected] | ||
path: rules/falco-deprecated_rules.yaml | ||
license: apache-2.0 | ||
url: https://github.com/falcosecurity/rules/blob/main/rules/falco-deprecated_rules.yaml | ||
- name: application-rules | ||
description: Application rules | ||
authors: The Falco Authors | ||
|