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

feat: add miscellaneous policies in CEL expressions - Part 4 #1033

Merged
merged 30 commits into from
Aug 2, 2024

Commits on May 23, 2024

  1. copy check-supplemental-groups

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    89818a4 View commit details
    Browse the repository at this point in the history
  2. convert check-supplemental-groups

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e67976e View commit details
    Browse the repository at this point in the history
  3. copy restrict-adding-capabilities

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b228744 View commit details
    Browse the repository at this point in the history
  4. convert restrict-adding-capabilities

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ba3302e View commit details
    Browse the repository at this point in the history
  5. copy restrict-runtimeClassName

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bfdac7b View commit details
    Browse the repository at this point in the history
  6. convert restrict-runtimeClassName

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4417f30 View commit details
    Browse the repository at this point in the history
  7. copy block-velero-restore

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e9f2ca3 View commit details
    Browse the repository at this point in the history
  8. convert block-velero-restore

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    60ae20e View commit details
    Browse the repository at this point in the history
  9. convert block-velero-restore

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5f31c73 View commit details
    Browse the repository at this point in the history
  10. copy validate-cron-schedule

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    84694b8 View commit details
    Browse the repository at this point in the history
  11. convert validate-cron-schedule

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fb42b9a View commit details
    Browse the repository at this point in the history
  12. copy block-tekton-task-runs

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b561189 View commit details
    Browse the repository at this point in the history
  13. add kyverno tests for block-tekton-task-runs

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d19aa20 View commit details
    Browse the repository at this point in the history
  14. remove unused resources

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4c1938f View commit details
    Browse the repository at this point in the history
  15. convert block-tekton-task-runs

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3b74aab View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. copy require-tekton-bundle

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 24, 2024
    Configuration menu
    Copy the full SHA
    497af0e View commit details
    Browse the repository at this point in the history
  2. add kyverno tests for require-tekton-bundle

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0adec41 View commit details
    Browse the repository at this point in the history
  3. convert require-tekton-bundle

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cbbfad7 View commit details
    Browse the repository at this point in the history
  4. copy require-tekton-namespace-pipelinerun

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 24, 2024
    Configuration menu
    Copy the full SHA
    23a7e26 View commit details
    Browse the repository at this point in the history
  5. add kyverno tests for require-tekton-namespace-pipelinerun

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7eae74e View commit details
    Browse the repository at this point in the history
  6. convert require-tekton-namespace-pipelinerun

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 24, 2024
    Configuration menu
    Copy the full SHA
    13ff7d8 View commit details
    Browse the repository at this point in the history
  7. rename files for clarity

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c54db64 View commit details
    Browse the repository at this point in the history
  8. add CI tests for cel folders

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fa4ab55 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. remove require-tekton-namespace-pipelinerun

    Removing this cel policy because issue
    kyverno/kyverno#10313
    causes CI failure
    
    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3efbff1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    95d1873 View commit details
    Browse the repository at this point in the history
  2. explicitly specify CREATE and UPDATE operations

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    41280a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge branch 'main' into miscellaneous-policies-cel-part-4

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4afca52 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge branch 'main' into miscellaneous-policies-cel-part-4

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e662208 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    5422b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96ed31 View commit details
    Browse the repository at this point in the history