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

Kcl/extract plugin requirements #24

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 19, 2024

  1. feat(cmd/push): parse requirements from plugins

    When no requirements are provided by cli flags, the push
    command will try to get them from the plugins. Plugins are
    provided as shared objects, so falcoctl will load them if
    are built for the same platform such the one where falcoctl
    is running. When no requirements are provided and falcoctl
    is not able to parse them from the plugin then it logs a
    warning message and continues.
    
    Signed-off-by: Aldo Lacuku <[email protected]>
    alacuku committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    16ac564 View commit details
    Browse the repository at this point in the history
  2. new(tests): update tests for push command

    Signed-off-by: Aldo Lacuku <[email protected]>
    alacuku committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    528609c View commit details
    Browse the repository at this point in the history
  3. ci cgo

    Signed-off-by: Aldo Lacuku <[email protected]>
    alacuku committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    012b0d7 View commit details
    Browse the repository at this point in the history
  4. fix(tests/push): avoid race conditions

    Signed-off-by: Aldo Lacuku <[email protected]>
    alacuku committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1ae873d View commit details
    Browse the repository at this point in the history