Skip to content

Commit

Permalink
update(registry): add incubating, sandbox, and deprecated rules files
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed Sep 4, 2023
1 parent c3cd1c2 commit f195437
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# limitations under the License.
#


rulesfiles:
- name: falco-rules
description: Falco rules that are loaded by default
Expand All @@ -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
Expand Down

0 comments on commit f195437

Please sign in to comment.