falcosecurity / plugin-sdk-go

Falco plugins SDK for Go
Apache License 2.0
26 stars 17 forks source link

update(sdk): add IsList() method to ExtractRequest interface #47

Closed jasondellaluce closed 2 years ago

jasondellaluce commented 2 years ago

What type of PR is this?

/kind feature

Any specific area of the project related to this PR?

/area plugin-sdk

/area tests

What this PR does / why we need it:

This PR adds the IsList() method to the sdk.ExtractRequest interface, which returns true if the requested field is supposed to extract list of values.

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

update(sdk): add IsList() method to ExtractRequest interface
poiana commented 2 years ago

LGTM label has been added.

Git tree hash: d5495c7ac9d6d73f5a7c1e2f37cfcf14eb349f61

poiana commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jasondellaluce, leogr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/falcosecurity/plugin-sdk-go/blob/main/OWNERS)~~ [jasondellaluce,leogr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment