Skip to content

Commit

Permalink
docs: add k8saudit-gke to registry.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Sverre Boschman <[email protected]>
  • Loading branch information
sboschman authored and poiana committed Mar 25, 2024
1 parent 5aceeb6 commit 3d7ce9e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ These comments and the text between them should not be edited by hand -->
| [box](https://github.com/an1245/falco-plugin-box/) | **Event Sourcing** <br/>ID: 15 <br/>`box` <br/>**Field Extraction** <br/> `box` | Falco plugin providing basic runtime threat detection and auditing logging for Box <br/><br/> Authors: [Andy](https://github.com/an1245/falco-plugin-box/issues) <br/> License: Apache-2.0 |
| test | **Event Sourcing** <br/>ID: 999 <br/>`test` | This ID is reserved for source plugin development. Any plugin author can use this ID, but authors can expect events from other developers with this ID. After development is complete, the author should request an actual ID <br/><br/> Authors: N/A <br/> License: N/A |
| [k8smeta](https://github.com/falcosecurity/plugins/tree/master/plugins/k8smeta) | **Field Extraction** <br/> `syscall` | Enriche Falco syscall flow with Kubernetes Metadata <br/><br/> Authors: [The Falco Authors](https://falco.org/community) <br/> License: Apache-2.0 |
| [k8saudit-gke](https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit-gke) | **Event Sourcing** <br/>ID: 16 <br/>`k8s_audit` <br/>**Field Extraction** <br/> `k8s_audit` | Read Kubernetes Audit Events from GKE Clusters <br/><br/> Authors: [The Falco Authors](https://falco.org/community) <br/> License: Apache-2.0 |

<!-- REGISTRY:TABLE -->

Expand Down
2 changes: 2 additions & 0 deletions plugins/k8saudit-gke/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
approvers:
- sboschman
24 changes: 24 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,27 @@ plugins:
extraction:
supported: true
sources: [syscall]
- name: k8saudit-gke
description: Read Kubernetes Audit Events from GKE Clusters
authors: The Falco Authors
contact: https://falco.org/community
url: https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit-gke
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit-gke/rules
license: Apache-2.0
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
keywords:
- audit
- audit-log
- audit-events
- kubernetes
- gke
capabilities:
sourcing:
supported: true
id: 16
source: k8s_audit
extraction:
supported: true

0 comments on commit 3d7ce9e

Please sign in to comment.