plugin-sdk-go
plugin-sdk-go copied to clipboard
Falco plugins SDK for Go
**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...
**What type of PR is this?** > Uncomment one (or more) `/kind ` lines: > /kind bug > /kind cleanup > /kind design > /kind documentation > /kind failing-test /kind...
**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...
**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...
**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...
**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...
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:...
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...
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...
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...