fix tests. new product advisories enhancements
This commit is contained in:
42
devops/trust-repo-template/root.json.sample
Normal file
42
devops/trust-repo-template/root.json.sample
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"signed": {
|
||||
"_type": "root",
|
||||
"spec_version": "1.0.0",
|
||||
"version": 1,
|
||||
"expires": "2027-01-25T00:00:00Z",
|
||||
"keys": {
|
||||
"SAMPLE_ROOT_KEY_ID_DO_NOT_USE": {
|
||||
"keytype": "ed25519",
|
||||
"scheme": "ed25519",
|
||||
"keyval": {
|
||||
"public": "SAMPLE_PUBLIC_KEY_BASE64_DO_NOT_USE"
|
||||
}
|
||||
}
|
||||
},
|
||||
"roles": {
|
||||
"root": {
|
||||
"keyids": ["SAMPLE_ROOT_KEY_ID_DO_NOT_USE"],
|
||||
"threshold": 1
|
||||
},
|
||||
"snapshot": {
|
||||
"keyids": ["SAMPLE_SNAPSHOT_KEY_ID"],
|
||||
"threshold": 1
|
||||
},
|
||||
"timestamp": {
|
||||
"keyids": ["SAMPLE_TIMESTAMP_KEY_ID"],
|
||||
"threshold": 1
|
||||
},
|
||||
"targets": {
|
||||
"keyids": ["SAMPLE_TARGETS_KEY_ID"],
|
||||
"threshold": 1
|
||||
}
|
||||
},
|
||||
"consistent_snapshot": true
|
||||
},
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SAMPLE_ROOT_KEY_ID_DO_NOT_USE",
|
||||
"sig": "SAMPLE_SIGNATURE_DO_NOT_USE"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user