Skip to content

Commit 2bfef80

Browse files
committed
NVHSAS-6217: update empty config for named roots of trust
1 parent 09afead commit 2bfef80

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

testing/empty-config.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
22
"ImageDigest": "",
3-
"RootOfTrust": {
4-
"RekorPublicKey": "",
5-
"RootCert": "",
6-
"SCTPublicKey": ""
7-
},
8-
"Verifiers": [
3+
"RootsOfTrust": [
94
{
10-
"Name": "",
11-
"Type": "",
12-
"IgnoreTLog": false,
13-
"IgnoreSCT": true,
14-
"KeyPairOptions": {
15-
"PublicKey": ""
16-
},
17-
"KeylessOptions": {
18-
"CertIssuer": "",
19-
"CertSubject": ""
20-
}
5+
"RekorPublicKey": "",
6+
"RootCert": "",
7+
"SCTPublicKey": "",
8+
"Verifiers": [
9+
{
10+
"Name": "",
11+
"Type": "",
12+
"IgnoreTLog": false,
13+
"IgnoreSCT": true,
14+
"KeyPairOptions": {
15+
"PublicKey": ""
16+
},
17+
"KeylessOptions": {
18+
"CertIssuer": "",
19+
"CertSubject": ""
20+
}
21+
}
22+
]
2123
}
2224
],
2325
"SignatureData": {

0 commit comments

Comments
 (0)