Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Falco Plugin for GitLab #518

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,4 +477,24 @@ plugins:
id: 18
source: kafka
extraction:
supported: false
supported: false
- name: gitlab
description: Falco plugin providing basic runtime threat detection and auditing logging for GitLab
authors: Andy
contact: https://github.com/an1245/falco-plugin-gitlab/issues
maintainers:
- name: Andy
keywords:
- audit
- log-events
- gitlab
url: https://github.com/an1245/falco-plugin-gitlab
rules_url: https://github.com/an1245/falco-plugin-gitlab/tree/main/rules
license: Apache-2.0
capabilities:
sourcing:
supported: true
id: 19
source: gitlab
extraction:
supported: true
Loading