We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09afead commit 2bfef80Copy full SHA for 2bfef80
testing/empty-config.json
@@ -1,23 +1,25 @@
1
{
2
"ImageDigest": "",
3
- "RootOfTrust": {
4
- "RekorPublicKey": "",
5
- "RootCert": "",
6
- "SCTPublicKey": ""
7
- },
8
- "Verifiers": [
+ "RootsOfTrust": [
9
10
- "Name": "",
11
- "Type": "",
12
- "IgnoreTLog": false,
13
- "IgnoreSCT": true,
14
- "KeyPairOptions": {
15
- "PublicKey": ""
16
17
- "KeylessOptions": {
18
- "CertIssuer": "",
19
- "CertSubject": ""
20
- }
+ "RekorPublicKey": "",
+ "RootCert": "",
+ "SCTPublicKey": "",
+ "Verifiers": [
+ {
+ "Name": "",
+ "Type": "",
+ "IgnoreTLog": false,
+ "IgnoreSCT": true,
+ "KeyPairOptions": {
+ "PublicKey": ""
+ },
+ "KeylessOptions": {
+ "CertIssuer": "",
+ "CertSubject": ""
+ }
21
22
+ ]
23
}
24
],
25
"SignatureData": {
0 commit comments