Skip to content

Commit 270e13a

Browse files
authored
update vsa example to match new behavior (#174)
* update vsa example to match new behavior Signed-off-by: Tom Hennen <[email protected]> * remove todo Signed-off-by: Tom Hennen <[email protected]> --------- Signed-off-by: Tom Hennen <[email protected]>
1 parent c5cddb2 commit 270e13a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

DESIGN.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ then that means the repository has configured a ruleset to require the check
204204
Currently this tool _only_ reports checks that come from GitHub Actions.
205205
Other checks will not be recorded in the provenance.
206206

207-
TODO: Update the policy to support requiring these checks and to embed an
208-
org specified property in the VSA.
209-
210207
#### Branch Updates
211208

212209
This control gets evaluated when protected branches are being updated. That
@@ -411,10 +408,11 @@ Example VSA
411408
"uri": "https://github.com/slsa-framework/slsa-source-poc/blob/main/policy/github.com/slsa-framework/slsa-source-poc/source-policy.json"
412409
},
413410
"resourceUri": "git+https://github.com/slsa-framework/slsa-source-poc",
414-
"timeVerified": "2025-06-01T15:19:28.226795439Z",
411+
"timeVerified": "2025-06-01T21:51:51.451207508Z",
415412
"verificationResult": "PASSED",
416413
"verifiedLevels": [
417414
"SLSA_SOURCE_LEVEL_3",
415+
"TAG_HYGIENE",
418416
"ORG_SOURCE_TESTED"
419417
],
420418
"verifier": {

0 commit comments

Comments
 (0)