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

Add basic validation of configs #763

Merged
merged 1 commit into from
Jun 21, 2019

Commits on Jun 21, 2019

  1. Add basic validation of configs

    This adds basic checking and validation of configs passed to some of the
    interface function implementations in the Sonobuoy client. It is primarily
    being added to prevent panics caused by passing nil configs to these
    functions. It could be expanded in future to provide more comprehensive
    validation of configuration objects.
    
    Fixes vmware-tanzu#394
    
    Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
    zubron committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    0fb7192 View commit details
    Browse the repository at this point in the history