Skip to content

Commit

Permalink
update snapshot and timestamp (#1211)
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <[email protected]>
  • Loading branch information
asraa authored Dec 14, 2021
1 parent cbdc1b3 commit 500cd40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pkg/cosign/tuf/repository/snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"signatures": [
{
"keyid": "fc61191ba8a516fe386c7d6c97d918e1d241e1589729add09b122725b8c32451",
"sig": "3045022073d6fbb3f7aa59403518ce524a516f404cbd37ff0a5be4f6752ff32d84fa3b07022100ff9ce494d8999d030f8667e238d313e35a0c2f45b58854efd5551bbbb37df8df"
"sig": "30460221008e1bb65e41e77edc8b6ef71697dfcf363ce34bcc3400f5f5fa38fbd2de13c689022100bf6c20f73999851a63e51a3e6b9befa0fd49052bbc960636c04fac8adcc5f116"
}
],
"signed": {
"_type": "snapshot",
"expires": "2021-12-14T18:48:46Z",
"expires": "2021-12-28T20:16:09Z",
"meta": {
"rekor.json": {
"hashes": {
Expand Down Expand Up @@ -43,6 +43,6 @@
}
},
"spec_version": "1.0",
"version": 3
"version": 4
}
}
14 changes: 7 additions & 7 deletions pkg/cosign/tuf/repository/timestamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"signatures": [
{
"keyid": "b6710623a30c010738e64c5209d367df1c0a18cf90e6ab5292fb01680f83453d",
"sig": "3045022100971f12878d91bfe4049738b980395d8db52b0f7d427357cdf28825a756ca13a50220094c09595c9543441f4934ca0bad8b6da0fa6a8582b406534f7e4ca0d4b02047"
"sig": "3046022100f338d7fd499b09c19263e8bbb9ab75e2b0ea88cf37dda5845999110d122e96d9022100b4deaf107f9df1da52dba9fb302aa8196e697d09bb97d07f0ac8d5dce5cb32df"
}
],
"signed": {
"_type": "timestamp",
"expires": "2021-12-14T18:48:47Z",
"expires": "2021-12-28T20:16:10Z",
"meta": {
"snapshot.json": {
"hashes": {
"sha256": "d484ba368256f88d5ed31c5ad89719859bb6c4ad93db271691027468fa73b8bb",
"sha512": "0ee8061c0096ed967cef19d0cef04933bd0cce0ff5949c4e9d8b0e0c4df955bcb9ba0b39415556e23064ff6ecc2423cc2023de77737b48102be5ed85c25025aa"
"sha256": "cbd07f1284315c3cddf2c478dcf97c33e45b7ec2d840d145f3a50c1754091242",
"sha512": "b6cfac25a0da3b7263f3bdb201453d6202849b649f4e89a4542699d437804217f7022e206e2fc49b7e42157093428a06889ff8375a35b8827e40bd81ccfa2b89"
},
"length": 1656,
"version": 3
"length": 1658,
"version": 4
}
},
"spec_version": "1.0",
"version": 3
"version": 4
}
}

0 comments on commit 500cd40

Please sign in to comment.