Skip to content

Commit 952e9eb

Browse files
authored
update design to include latest tag prov (#177)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 2c0cccd commit 952e9eb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

DESIGN.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Tag provenance records a tag creation event. It indicates:
295295
"subject": [
296296
{
297297
"digest": {
298-
"gitCommit": "c0511064260c55fd85ab158e1d97cea3eeaa38cc"
298+
"gitCommit": "c5cddb2683b27b84d16dbced9fa2fa8dd52fd7da"
299299
}
300300
}
301301
],
@@ -305,20 +305,21 @@ Tag provenance records a tag creation event. It indicates:
305305
"controls": [
306306
{
307307
"name": "TAG_HYGIENE",
308-
"since": "2025-03-23T18:08:42.375Z"
308+
"since": "2025-02-25T17:27:49.445Z"
309309
}
310310
],
311-
"created_on": "2025-05-29T20:36:17.486702367Z",
312-
"repo_uri": "https://github.com/TomHennen/Concordance",
313-
"tag": "refs/tags/v1.1.5",
311+
"created_on": "2025-06-01T21:46:21.698144672Z",
312+
"repo_uri": "https://github.com/slsa-framework/slsa-source-poc",
313+
"tag": "refs/tags/sourcetool/v0.5.1",
314314
"vsa_summaries": [
315315
{
316316
"source_refs": [
317-
"refs/heads/master"
317+
"refs/heads/main"
318318
],
319319
"verifiedLevels": [
320320
"SLSA_SOURCE_LEVEL_3",
321-
"TAG_HYGIENE"
321+
"TAG_HYGIENE",
322+
"ORG_SOURCE_TESTED"
322323
]
323324
}
324325
]

0 commit comments

Comments
 (0)