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

refactor!: deprecate PSP regression tests and warn for unsafe usage of <NA> in k8s audit filters #1976

Merged
merged 5 commits into from
Apr 21, 2022

Commits on Apr 21, 2022

  1. refactor!: deprecate PSP regression tests

    Signed-off-by: Jason Dellaluce <[email protected]>
    jasondellaluce committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2e71db1 View commit details
    Browse the repository at this point in the history
  2. new(userspace/engine): add a resolver to generate warnings from a fil…

    …ter AST
    
    The first warnings we support involve the unsafe comparisons with <NA>, which were present
    in the legacy regression tests for PSPs.
    
    Signed-off-by: Jason Dellaluce <[email protected]>
    jasondellaluce committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    62af6fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e2e38a View commit details
    Browse the repository at this point in the history
  4. chore(userspace/engine): fix typo spotted with codespell

    Signed-off-by: Jason Dellaluce <[email protected]>
    jasondellaluce committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    66cc6f7 View commit details
    Browse the repository at this point in the history
  5. refactor(userspace/engine): restrict unsafe-na-check warning to k8s a…

    …udit fields
    
    Signed-off-by: Jason Dellaluce <[email protected]>
    jasondellaluce committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    593f728 View commit details
    Browse the repository at this point in the history