Skip to content

Commit

Permalink
fix: test valid policy using wrong key data
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorj2f committed Mar 13, 2022
1 parent b892477 commit f533078
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/testdata/cosigned/valid/valid-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ spec:
- glob: images.*
- glob: image*
authorities:
- key:
data: "---another-public-key---"
- keyless:
ca-key:
secretRef:
Expand All @@ -38,8 +36,8 @@ spec:
- key:
data: |
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEZxAfzrQG1EbWyCI8LiSB7YgSFXoI
FNGTyQGKHFc6/H8TQumT9VLS78pUwtv3w7EfKoyFZoP32KrO7nzUy2q6Cw==
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEaEOVJCFtduYr3xqTxeRWSW32CY/s
TBNZj4oIUPl8JvhVPJ1TKDPlNcuT4YphSt6t3yOmMvkdQbCj8broX6vijw==
-----END PUBLIC KEY-----
- key:
kms: "kms://key/path"
Expand Down

0 comments on commit f533078

Please sign in to comment.