Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for external bundle validators (#5525)
* add pkg/validate: external validation runner * add --alpha-select-external flag * updated external.go to use value from --alpha-select-external * updated validate.go to use the new --alpha-select-external * add alpha-select-external to longhelp * add comment detailing the flag usage. * remove environment variable * remove parameters validation stub * return manifestresults all the way through * add unit tests for new implementation * update cli doc * return a bool instead of a hard exit. * avoid reading the entire output of the validator command into memory. * remove mockable exit var as it is no longer needed Signed-off-by: jesus m. rodriguez <jmrodri@gmail.com> Co-authored-by: Eric Stroczynski <ericstroczynski@gmail.com>
- Loading branch information