mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-29 06:38:50 +00:00
build(deps): bump notation-go to v1.2.1
Signed-off-by: Jason <jagoodse@microsoft.com>
This commit is contained in:
parent
cb327a793e
commit
9af1e85b93
3 changed files with 10 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue