1
0
mirror of synced 2026-02-06 19:05:55 +00:00

build(deps): bump notation-go to v1.2.1

Signed-off-by: Jason <jagoodse@microsoft.com>
This commit is contained in:
Jason
2024-09-05 22:19:44 +10:00
committed by JasonTheDeveloper
parent cb327a793e
commit 9af1e85b93
3 changed files with 10 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ func TestCreateNotationSecret(t *testing.T) {
{
name: "invalid trust policy",
args: fmt.Sprintf("create secret notation notation-config --ca-cert-file=%s --trust-policy-file=%s", t.TempDir(), invalidTrustPolicy),
assert: assertError("invalid trust policy: a trust policy statement is missing a name, every statement requires a name"),
assert: assertError("invalid trust policy: trust policy: a trust policy statement is missing a name, every statement requires a name"),
},
{
name: "invalid trust policy json",