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

fix(tests): use legacy rules files for legacy tests #24

Merged
merged 2 commits into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. fix(tests): use legacy rules files for legacy tests

    Legacy tests are designed to test Falco features, not the ruleset. Most of these tests already use ad-hoc rules files, not those provided by the tested Falco package. This commit also aligns the same behavior for legacy tests requiring the default rulesets. This is particularly relevant after we split `falco_rules.yaml` in multiple files, which are not shipped anymore by default.
    
    Signed-off-by: Leonardo Grasso <[email protected]>
    leogr committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4af105a View commit details
    Browse the repository at this point in the history
  2. fix(ci): make scap file work from within the container

    Signed-off-by: Leonardo Grasso <[email protected]>
    leogr committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    31b4840 View commit details
    Browse the repository at this point in the history