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

Enhancement(Feeder) Change TAGS from string to string array (#961) #965

Merged
merged 1 commit into from
Nov 7, 2022

Commits on Nov 3, 2022

  1. Change TAGS from string to string array (kubearmor#961)

    **Purpose:**
    
    To make show/send array of Tags to output, making it easy to handle in different SIEM integration and further representation.
    
    **Updates in:**
    
    - feeder/feeder.go to include new tags field `ATags`
    - protobuf to inlcude `ATags` array
    - feeder/policyMatcher.go to write tags array to new field `ATags`
    - types/types.go to include `ATags` array in Alert structure
    
    Fixes: kubearmor#961
    
    Signed-off-by: vishnusomank <vishnu@accuknox.com>
    vishnusomank committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6d25bd4 View commit details
    Browse the repository at this point in the history