plugin-sdk-go icon indicating copy to clipboard operation
plugin-sdk-go copied to clipboard

Falco plugins SDK for Go

Results 11 plugin-sdk-go issues
Sort by recently updated
recently updated
newest added

**Motivation** Some plugins, for example the k8saudit-xxx plugins, require an additional step to ingest events. The event from the source is not in the format as expected by the field...

kind/feature
help wanted

**What type of PR is this?** > Uncomment one (or more) `/kind ` lines: > /kind bug > /kind cleanup > /kind design > /kind documentation > /kind failing-test /kind...

kind/feature
dco-signoff: yes
release-note-none
area/build
size/S

**Motivation** So far, plugin developers are only able to test their plugins by compiling them into shared libraries and loading them in Falco. This is unhandy and limiting both for...

kind/feature
help wanted
lifecycle/stale

**Describe the bug** The SDK allows code like the following to run: ```go func init() { p1 := &SomePlugin{} p2 := &AnotherPlugin{} source.Register(p1) extractor.Register(p2) } ``` However, this does not...

kind/bug
good first issue
help wanted

**Motivation** Currently, the SDK does not have an embedded logging system. This could be useful for debugging plugins during the development phase and in many other use cases. Currently this...

kind/feature
good first issue
lifecycle/stale

**Feature** We would like to: - Setup a job in our CI that builds our example plugins using the minimum Go version required by the SDK, so that we can...

kind/feature
good first issue
lifecycle/rotten

Add support for FTYPE_METADATA_SLICE and CAP_EXTRACT_METADATA so that we can extract the location of each field. **What type of PR is this?** > Uncomment one (or more) `/kind ` lines:...

kind/feature
dco-signoff: yes
area/plugin-sdk
release-note
size/XXL
do-not-merge/hold

Bumps the actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `github/codeql-action` from 3.28.12 to 3.28.13 Release notes Sourced from github/codeql-action's releases. v3.28.13 CodeQL Action Changelog See the releases page...

kind/bug
dco-signoff: yes
do-not-merge/release-note-label-needed
approved
lgtm
size/XS
dependencies
github_actions

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.10.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.10.0 What's Changed Functional Changes Add PanicAssertionFunc by @​fahimbagar in stretchr/testify#1337 assert: deprecate CompareType by @​dolmen in stretchr/testify#1566...

kind/bug
dco-signoff: yes
do-not-merge/release-note-label-needed
size/XS
dependencies
go

Bumps the actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.30.9 to 4.31.0 Release notes Sourced from github/codeql-action's releases. v4.31.0 CodeQL Action Changelog See the releases page for the...

kind/feature
dco-signoff: yes
do-not-merge/release-note-label-needed
approved
lgtm
size/XS
dependencies
github_actions