-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Remove ThrowError This function is the identity function, so it doesn't appear to actually do anything? Tests pass after deleting it. 2. Unwrap Errors should implement Unwrap when they wrap another error so that errors.Is/As will work with it. 3. Don't break policy-controller This adds back some public symbols that were removed that prevent policy-controller from bumping its cosign dependency. They are marked deprecated. Signed-off-by: Jon Johnson <[email protected]>
- Loading branch information
1 parent
03c2523
commit 14b7674
Showing
5 changed files
with
105 additions
and
73 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
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
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
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.