-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(validation): add manifest validation
This commit adds validation functions along with utility accessors to `Manifest` to enable checking WADM manifests for common errors. As the validation functions are exposed they can be used by downstream crates (ex. `wash`) to validate WADM manifests or try to catch errors *before* a manifest is used. Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
- Loading branch information
1 parent
334db54
commit a5a2d6d
Showing
10 changed files
with
715 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.