Skip to content

Commit

Permalink
fix: cue policy missing double-quotes
Browse files Browse the repository at this point in the history
Signed-off-by: hectorj2f <hectorf@vmware.com>
  • Loading branch information
hectorj2f committed Apr 20, 2022
1 parent 00a5302 commit 8610c0d
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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"},
],
}
Expand Down

0 comments on commit 8610c0d

Please sign in to comment.