From 8610c0d6b8fc60fa4e5c702941e0f2ad1ce023e7 Mon Sep 17 00:00:00 2001 From: hectorj2f Date: Wed, 20 Apr 2022 16:06:37 +0200 Subject: [PATCH] fix: cue policy missing double-quotes Signed-off-by: hectorj2f --- .../cip-requires-two-signatures-and-two-attestations.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/testdata/cosigned/e2e/cip-requires-two-signatures-and-two-attestations.yaml b/test/testdata/cosigned/e2e/cip-requires-two-signatures-and-two-attestations.yaml index f3ca04c588c..a9c6be67d02 100644 --- a/test/testdata/cosigned/e2e/cip-requires-two-signatures-and-two-attestations.yaml +++ b/test/testdata/cosigned/e2e/cip-requires-two-signatures-and-two-attestations.yaml @@ -129,17 +129,17 @@ spec: authorityMatches: { "key-att": { attestations: { - vuln-key: [ + "vuln-key": [ {subject: "PLACEHOLDER", issuer: "PLACEHOLDER"}, ] } } "keyless-att": { attestations: { - vuln-keyless: [ + "vuln-keyless": [ {subject: "PLACEHOLDER", issuer: "PLACEHOLDER"}, ], - custom-keyless: [ + "custom-keyless": [ {subject: "PLACEHOLDER", issuer: "PLACEHOLDER"}, ], }