We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b206de5 commit 3fc938aCopy full SHA for 3fc938a
cli/slsa-verifier/main_test.go
@@ -11,6 +11,8 @@ import (
11
12
"github.com/google/go-cmp/cmp"
13
"github.com/google/go-cmp/cmp/cmpopts"
14
+
15
+ serrors "github.com/slsa-framework/slsa-verifier/errors"
16
)
17
18
func errCmp(e1, e2 error) bool {
0 commit comments