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

Allows more customisation to audit-scanner #282

Commits on Aug 24, 2023

  1. Allows more customisation to audit-scanner

    After using audit-scanner, deployed using Helm chart `kubewarden-controller` 1.6.0-rc2, I've noticed that there are a couple of parameters that are available in `audit-scanner` binary that unfortunately we can't use during the chart installation. This commit tries to improve that.
    nnelas committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e90d4f5 View commit details
    Browse the repository at this point in the history
  2. Cleans .idea files from the PR

    nnelas committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    95fe075 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Code-review changes:

    - Removes customisation of the CA cert since this is generated by `kubewarden-controller` and there's no way to provide a custom one.
    - Aligns `--print` flag with kubewarden/audit-scanner#103
    nnelas committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c6096bd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Update charts/kubewarden-controller/chart-values.yaml

    Co-authored-by: Víctor Cuadrado Juan <[email protected]>
    Signed-off-by: Flavio Castelli <[email protected]>
    flavio and viccuad authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a8201d1 View commit details
    Browse the repository at this point in the history
  2. chore: add inline comments

    Ensure the same comments are done inside of kubewarden-controller's
    chart-values.yaml and values.yaml files.
    
    Signed-off-by: Flavio Castelli <[email protected]>
    flavio committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1953842 View commit details
    Browse the repository at this point in the history