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

update(registry): add signature info for all official plugins #354

Merged
merged 1 commit into from
Sep 20, 2023
Merged
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
28 changes: 24 additions & 4 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ plugins:
url: https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit/rules
license: Apache-2.0
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
capabilities:
sourcing:
supported: true
id: 1
source: k8s_audit
extraction:
supported: true
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
- name: cloudtrail
description: Reads Cloudtrail JSON logs from files/S3 and injects as events
authors: The Falco Authors
Expand All @@ -65,6 +65,10 @@ plugins:
url: https://github.com/falcosecurity/plugins/tree/master/plugins/cloudtrail
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/cloudtrail/rules
license: Apache-2.0
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
capabilities:
sourcing:
supported: true
Expand All @@ -85,6 +89,10 @@ plugins:
- extractor
url: https://github.com/falcosecurity/plugins/tree/master/plugins/json
license: Apache-2.0
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
capabilities:
extraction:
supported: true
Expand Down Expand Up @@ -169,6 +177,10 @@ plugins:
url: https://github.com/falcosecurity/plugins/tree/master/plugins/okta
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/okta/rules
license: Apache-2.0
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
capabilities:
sourcing:
supported: true
Expand All @@ -192,6 +204,10 @@ plugins:
url: https://github.com/falcosecurity/plugins/tree/master/plugins/github
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/github/rules
license: Apache-2.0
signature:
cosign:
certificate-oidc-issuer: https://token.actions.githubusercontent.com
certificate-identity-regexp: https://github.com/falcosecurity/plugins/
capabilities:
sourcing:
supported: true
Expand All @@ -206,6 +222,10 @@ plugins:
url: https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit-eks
rules_url: https://github.com/falcosecurity/plugins/tree/master/plugins/k8saudit/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
Expand Down
Loading