@kungfu-tech/buildchain 2.12.6 → 2.12.7-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/actions/promote-buildchain-ref/README.md +7 -3
  2. package/bin/buildchain.mjs +78 -0
  3. package/dist/site/agent-index.json +1 -0
  4. package/dist/site/artifact-schemas.json +1 -0
  5. package/dist/site/buildchain-contract.json +137 -37
  6. package/dist/site/buildchain-site.json +68 -12
  7. package/dist/site/capability-registry.json +6 -5
  8. package/dist/site/cli-registry.json +36 -0
  9. package/dist/site/controller-registry.json +104 -13
  10. package/dist/site/kfd-claims.json +251 -15
  11. package/dist/site/kfd-upstream-aggregate.json +1 -1
  12. package/dist/site/manual-registry.json +15 -1
  13. package/dist/site/node-api-registry.json +43 -4
  14. package/dist/site/page-registry.json +54 -7
  15. package/dist/site/public-surface-audit.json +150 -17
  16. package/dist/site/publication-authority-registry.json +754 -0
  17. package/dist/site/publication-registry.json +4 -4
  18. package/dist/site/release-provenance.json +4 -0
  19. package/dist/site/site-manifest.json +14 -5
  20. package/dist/site/workflow-registry.json +108 -10
  21. package/docs/MAP.md +2 -1
  22. package/docs/publication-artifacts.md +12 -10
  23. package/docs/publication-authority.md +204 -0
  24. package/package.json +5 -1
  25. package/packages/core/buildchain-kfd-claims.js +5 -0
  26. package/packages/core/buildchain-publication-authority.js +79 -0
  27. package/packages/core/controller-evidence.js +7 -7
  28. package/packages/core/index.js +28 -0
  29. package/packages/core/publication-authority.js +725 -0
  30. package/packages/core/publication-control-plane-audit.js +133 -0
  31. package/scripts/assemble-self-publication-admission.mjs +182 -0
  32. package/scripts/audit-publication-control-plane.mjs +406 -0
  33. package/scripts/check-inventory.mjs +20 -2
  34. package/scripts/generate-site-bundle.mjs +16 -0
@@ -0,0 +1,754 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "contract": "kungfu-buildchain-publication-authority-registry",
4
+ "defaultDecision": "deny",
5
+ "entries": [
6
+ {
7
+ "workflowPath": ".github/workflows/.binary-release-assets.yml",
8
+ "authorityClass": "product-publication",
9
+ "publicationCapable": true,
10
+ "capabilityIds": [
11
+ "github-release"
12
+ ],
13
+ "credentialMode": "github-token",
14
+ "publisherWorkflowMode": "fixed",
15
+ "publisherWorkflowPath": ".github/workflows/.binary-release-assets.yml",
16
+ "environment": "buildchain-release-assets",
17
+ "environmentMode": "fixed",
18
+ "runnerPolicy": "qualified-measured",
19
+ "notes": ""
20
+ },
21
+ {
22
+ "workflowPath": ".github/workflows/.build.yml",
23
+ "authorityClass": "non-publication-oidc",
24
+ "publicationCapable": false,
25
+ "capabilityIds": [],
26
+ "credentialMode": "none",
27
+ "publisherWorkflowMode": "fixed",
28
+ "publisherWorkflowPath": ".github/workflows/.build.yml",
29
+ "environment": "",
30
+ "environmentMode": "fixed",
31
+ "runnerPolicy": "unqualified",
32
+ "notes": ""
33
+ },
34
+ {
35
+ "workflowPath": ".github/workflows/.publication-authority.yml",
36
+ "authorityClass": "evidence-publication",
37
+ "publicationCapable": false,
38
+ "capabilityIds": [],
39
+ "credentialMode": "none",
40
+ "publisherWorkflowMode": "fixed",
41
+ "publisherWorkflowPath": ".github/workflows/.publication-authority.yml",
42
+ "environment": "",
43
+ "environmentMode": "fixed",
44
+ "runnerPolicy": "unqualified",
45
+ "notes": ""
46
+ },
47
+ {
48
+ "workflowPath": ".github/workflows/.release-verify.yml",
49
+ "authorityClass": "governance-write",
50
+ "publicationCapable": false,
51
+ "capabilityIds": [],
52
+ "credentialMode": "none",
53
+ "publisherWorkflowMode": "fixed",
54
+ "publisherWorkflowPath": ".github/workflows/.release-verify.yml",
55
+ "environment": "",
56
+ "environmentMode": "fixed",
57
+ "runnerPolicy": "unqualified",
58
+ "notes": ""
59
+ },
60
+ {
61
+ "workflowPath": ".github/workflows/.sam-release.yml",
62
+ "authorityClass": "retired-deny",
63
+ "publicationCapable": false,
64
+ "capabilityIds": [],
65
+ "credentialMode": "none",
66
+ "publisherWorkflowMode": "fixed",
67
+ "publisherWorkflowPath": ".github/workflows/.sam-release.yml",
68
+ "environment": "",
69
+ "environmentMode": "fixed",
70
+ "runnerPolicy": "unqualified",
71
+ "notes": ""
72
+ },
73
+ {
74
+ "workflowPath": ".github/workflows/.sam-verify.yml",
75
+ "authorityClass": "retired-deny",
76
+ "publicationCapable": false,
77
+ "capabilityIds": [],
78
+ "credentialMode": "none",
79
+ "publisherWorkflowMode": "fixed",
80
+ "publisherWorkflowPath": ".github/workflows/.sam-verify.yml",
81
+ "environment": "",
82
+ "environmentMode": "fixed",
83
+ "runnerPolicy": "unqualified",
84
+ "notes": ""
85
+ },
86
+ {
87
+ "workflowPath": ".github/workflows/.sync-remote-git.yml",
88
+ "authorityClass": "governance-write",
89
+ "publicationCapable": false,
90
+ "capabilityIds": [],
91
+ "credentialMode": "none",
92
+ "publisherWorkflowMode": "fixed",
93
+ "publisherWorkflowPath": ".github/workflows/.sync-remote-git.yml",
94
+ "environment": "",
95
+ "environmentMode": "fixed",
96
+ "runnerPolicy": "unqualified",
97
+ "notes": ""
98
+ },
99
+ {
100
+ "workflowPath": ".github/workflows/.web-surface.yml",
101
+ "authorityClass": "product-publication",
102
+ "publicationCapable": true,
103
+ "capabilityIds": [
104
+ "web-production"
105
+ ],
106
+ "credentialMode": "oidc",
107
+ "publisherWorkflowMode": "caller-bound",
108
+ "publisherWorkflowPath": ".github/workflows/.web-surface.yml",
109
+ "environment": "consumer-defined",
110
+ "environmentMode": "caller-bound",
111
+ "runnerPolicy": "qualified-measured",
112
+ "notes": ""
113
+ },
114
+ {
115
+ "workflowPath": ".github/workflows/.wheel-release.yml",
116
+ "authorityClass": "retired-deny",
117
+ "publicationCapable": false,
118
+ "capabilityIds": [],
119
+ "credentialMode": "none",
120
+ "publisherWorkflowMode": "fixed",
121
+ "publisherWorkflowPath": ".github/workflows/.wheel-release.yml",
122
+ "environment": "",
123
+ "environmentMode": "fixed",
124
+ "runnerPolicy": "unqualified",
125
+ "notes": ""
126
+ },
127
+ {
128
+ "workflowPath": ".github/workflows/.wheel-verify.yml",
129
+ "authorityClass": "retired-deny",
130
+ "publicationCapable": false,
131
+ "capabilityIds": [],
132
+ "credentialMode": "none",
133
+ "publisherWorkflowMode": "fixed",
134
+ "publisherWorkflowPath": ".github/workflows/.wheel-verify.yml",
135
+ "environment": "",
136
+ "environmentMode": "fixed",
137
+ "runnerPolicy": "unqualified",
138
+ "notes": ""
139
+ },
140
+ {
141
+ "workflowPath": ".github/workflows/binary-distribution.yml",
142
+ "authorityClass": "evidence-publication",
143
+ "publicationCapable": false,
144
+ "capabilityIds": [],
145
+ "credentialMode": "none",
146
+ "publisherWorkflowMode": "fixed",
147
+ "publisherWorkflowPath": ".github/workflows/binary-distribution.yml",
148
+ "environment": "",
149
+ "environmentMode": "fixed",
150
+ "runnerPolicy": "unqualified",
151
+ "notes": ""
152
+ },
153
+ {
154
+ "workflowPath": ".github/workflows/binary-release-assets.yml",
155
+ "authorityClass": "governance-write",
156
+ "publicationCapable": false,
157
+ "capabilityIds": [],
158
+ "credentialMode": "none",
159
+ "publisherWorkflowMode": "fixed",
160
+ "publisherWorkflowPath": ".github/workflows/binary-release-assets.yml",
161
+ "environment": "",
162
+ "environmentMode": "fixed",
163
+ "runnerPolicy": "unqualified",
164
+ "notes": ""
165
+ },
166
+ {
167
+ "workflowPath": ".github/workflows/build-surface-fixture.yml",
168
+ "authorityClass": "non-publication-oidc",
169
+ "publicationCapable": false,
170
+ "capabilityIds": [],
171
+ "credentialMode": "none",
172
+ "publisherWorkflowMode": "fixed",
173
+ "publisherWorkflowPath": ".github/workflows/build-surface-fixture.yml",
174
+ "environment": "",
175
+ "environmentMode": "fixed",
176
+ "runnerPolicy": "unqualified",
177
+ "notes": ""
178
+ },
179
+ {
180
+ "workflowPath": ".github/workflows/build.yml",
181
+ "authorityClass": "non-publication-oidc",
182
+ "publicationCapable": false,
183
+ "capabilityIds": [],
184
+ "credentialMode": "none",
185
+ "publisherWorkflowMode": "fixed",
186
+ "publisherWorkflowPath": ".github/workflows/build.yml",
187
+ "environment": "",
188
+ "environmentMode": "fixed",
189
+ "runnerPolicy": "unqualified",
190
+ "notes": ""
191
+ },
192
+ {
193
+ "workflowPath": ".github/workflows/buildchain-alpha-self-dogfood.yml",
194
+ "authorityClass": "non-publication-oidc",
195
+ "publicationCapable": false,
196
+ "capabilityIds": [],
197
+ "credentialMode": "none",
198
+ "publisherWorkflowMode": "fixed",
199
+ "publisherWorkflowPath": ".github/workflows/buildchain-alpha-self-dogfood.yml",
200
+ "environment": "",
201
+ "environmentMode": "fixed",
202
+ "runnerPolicy": "unqualified",
203
+ "notes": ""
204
+ },
205
+ {
206
+ "workflowPath": ".github/workflows/buildchain-patrol-daily.yml",
207
+ "authorityClass": "governance-write",
208
+ "publicationCapable": false,
209
+ "capabilityIds": [],
210
+ "credentialMode": "none",
211
+ "publisherWorkflowMode": "fixed",
212
+ "publisherWorkflowPath": ".github/workflows/buildchain-patrol-daily.yml",
213
+ "environment": "",
214
+ "environmentMode": "fixed",
215
+ "runnerPolicy": "unqualified",
216
+ "notes": ""
217
+ },
218
+ {
219
+ "workflowPath": ".github/workflows/buildchain-patrol-monthly.yml",
220
+ "authorityClass": "governance-write",
221
+ "publicationCapable": false,
222
+ "capabilityIds": [],
223
+ "credentialMode": "none",
224
+ "publisherWorkflowMode": "fixed",
225
+ "publisherWorkflowPath": ".github/workflows/buildchain-patrol-monthly.yml",
226
+ "environment": "",
227
+ "environmentMode": "fixed",
228
+ "runnerPolicy": "unqualified",
229
+ "notes": ""
230
+ },
231
+ {
232
+ "workflowPath": ".github/workflows/buildchain-patrol-weekly.yml",
233
+ "authorityClass": "governance-write",
234
+ "publicationCapable": false,
235
+ "capabilityIds": [],
236
+ "credentialMode": "none",
237
+ "publisherWorkflowMode": "fixed",
238
+ "publisherWorkflowPath": ".github/workflows/buildchain-patrol-weekly.yml",
239
+ "environment": "",
240
+ "environmentMode": "fixed",
241
+ "runnerPolicy": "unqualified",
242
+ "notes": ""
243
+ },
244
+ {
245
+ "workflowPath": ".github/workflows/buildchain-patrol.yml",
246
+ "authorityClass": "governance-write",
247
+ "publicationCapable": false,
248
+ "capabilityIds": [],
249
+ "credentialMode": "none",
250
+ "publisherWorkflowMode": "fixed",
251
+ "publisherWorkflowPath": ".github/workflows/buildchain-patrol.yml",
252
+ "environment": "",
253
+ "environmentMode": "fixed",
254
+ "runnerPolicy": "unqualified",
255
+ "notes": ""
256
+ },
257
+ {
258
+ "workflowPath": ".github/workflows/buildchain-ref-promotion.yml",
259
+ "authorityClass": "governance-write",
260
+ "publicationCapable": false,
261
+ "capabilityIds": [],
262
+ "credentialMode": "none",
263
+ "publisherWorkflowMode": "fixed",
264
+ "publisherWorkflowPath": ".github/workflows/buildchain-ref-promotion.yml",
265
+ "environment": "",
266
+ "environmentMode": "fixed",
267
+ "runnerPolicy": "unqualified",
268
+ "notes": ""
269
+ },
270
+ {
271
+ "workflowPath": ".github/workflows/buildchain-stable-candidate-patrol.yml",
272
+ "authorityClass": "governance-write",
273
+ "publicationCapable": false,
274
+ "capabilityIds": [],
275
+ "credentialMode": "none",
276
+ "publisherWorkflowMode": "fixed",
277
+ "publisherWorkflowPath": ".github/workflows/buildchain-stable-candidate-patrol.yml",
278
+ "environment": "",
279
+ "environmentMode": "fixed",
280
+ "runnerPolicy": "unqualified",
281
+ "notes": ""
282
+ },
283
+ {
284
+ "workflowPath": ".github/workflows/dev-pr-auto-merge.yml",
285
+ "authorityClass": "governance-write",
286
+ "publicationCapable": false,
287
+ "capabilityIds": [],
288
+ "credentialMode": "none",
289
+ "publisherWorkflowMode": "fixed",
290
+ "publisherWorkflowPath": ".github/workflows/dev-pr-auto-merge.yml",
291
+ "environment": "",
292
+ "environmentMode": "fixed",
293
+ "runnerPolicy": "unqualified",
294
+ "notes": ""
295
+ },
296
+ {
297
+ "workflowPath": ".github/workflows/npm-publish.yml",
298
+ "authorityClass": "dry-run-only",
299
+ "publicationCapable": false,
300
+ "capabilityIds": [],
301
+ "credentialMode": "none",
302
+ "publisherWorkflowMode": "fixed",
303
+ "publisherWorkflowPath": ".github/workflows/npm-publish.yml",
304
+ "environment": "",
305
+ "environmentMode": "fixed",
306
+ "runnerPolicy": "unqualified",
307
+ "notes": ""
308
+ },
309
+ {
310
+ "workflowPath": ".github/workflows/paper-release.yml",
311
+ "authorityClass": "product-publication",
312
+ "publicationCapable": true,
313
+ "capabilityIds": [
314
+ "github-release",
315
+ "npm-publish"
316
+ ],
317
+ "credentialMode": "trusted-publishing",
318
+ "publisherWorkflowMode": "caller-bound",
319
+ "publisherWorkflowPath": ".github/workflows/paper-release.yml",
320
+ "environment": "none",
321
+ "environmentMode": "fixed",
322
+ "runnerPolicy": "qualified-measured",
323
+ "notes": ""
324
+ },
325
+ {
326
+ "workflowPath": ".github/workflows/patrol-daily.yml",
327
+ "authorityClass": "governance-write",
328
+ "publicationCapable": false,
329
+ "capabilityIds": [],
330
+ "credentialMode": "none",
331
+ "publisherWorkflowMode": "fixed",
332
+ "publisherWorkflowPath": ".github/workflows/patrol-daily.yml",
333
+ "environment": "",
334
+ "environmentMode": "fixed",
335
+ "runnerPolicy": "unqualified",
336
+ "notes": ""
337
+ },
338
+ {
339
+ "workflowPath": ".github/workflows/patrol-monthly.yml",
340
+ "authorityClass": "governance-write",
341
+ "publicationCapable": false,
342
+ "capabilityIds": [],
343
+ "credentialMode": "none",
344
+ "publisherWorkflowMode": "fixed",
345
+ "publisherWorkflowPath": ".github/workflows/patrol-monthly.yml",
346
+ "environment": "",
347
+ "environmentMode": "fixed",
348
+ "runnerPolicy": "unqualified",
349
+ "notes": ""
350
+ },
351
+ {
352
+ "workflowPath": ".github/workflows/patrol-weekly.yml",
353
+ "authorityClass": "governance-write",
354
+ "publicationCapable": false,
355
+ "capabilityIds": [],
356
+ "credentialMode": "none",
357
+ "publisherWorkflowMode": "fixed",
358
+ "publisherWorkflowPath": ".github/workflows/patrol-weekly.yml",
359
+ "environment": "",
360
+ "environmentMode": "fixed",
361
+ "runnerPolicy": "unqualified",
362
+ "notes": ""
363
+ },
364
+ {
365
+ "workflowPath": ".github/workflows/publication-artifact.yml",
366
+ "authorityClass": "evidence-publication",
367
+ "publicationCapable": false,
368
+ "capabilityIds": [],
369
+ "credentialMode": "none",
370
+ "publisherWorkflowMode": "fixed",
371
+ "publisherWorkflowPath": ".github/workflows/publication-artifact.yml",
372
+ "environment": "",
373
+ "environmentMode": "fixed",
374
+ "runnerPolicy": "unqualified",
375
+ "notes": ""
376
+ },
377
+ {
378
+ "workflowPath": ".github/workflows/release-candidate-promote.yml",
379
+ "authorityClass": "product-publication",
380
+ "publicationCapable": true,
381
+ "capabilityIds": [
382
+ "channel-ref",
383
+ "github-release",
384
+ "npm-publish"
385
+ ],
386
+ "credentialMode": "trusted-publishing",
387
+ "publisherWorkflowMode": "caller-bound",
388
+ "publisherWorkflowPath": ".github/workflows/release-candidate-promote.yml",
389
+ "environment": "none",
390
+ "environmentMode": "fixed",
391
+ "runnerPolicy": "qualified-measured",
392
+ "notes": ""
393
+ },
394
+ {
395
+ "workflowPath": ".github/workflows/release-line-bootstrap.yml",
396
+ "authorityClass": "governance-write",
397
+ "publicationCapable": false,
398
+ "capabilityIds": [],
399
+ "credentialMode": "none",
400
+ "publisherWorkflowMode": "fixed",
401
+ "publisherWorkflowPath": ".github/workflows/release-line-bootstrap.yml",
402
+ "environment": "",
403
+ "environmentMode": "fixed",
404
+ "runnerPolicy": "unqualified",
405
+ "notes": ""
406
+ },
407
+ {
408
+ "workflowPath": ".github/workflows/release-propagation.yml",
409
+ "authorityClass": "governance-write",
410
+ "publicationCapable": false,
411
+ "capabilityIds": [],
412
+ "credentialMode": "none",
413
+ "publisherWorkflowMode": "fixed",
414
+ "publisherWorkflowPath": ".github/workflows/release-propagation.yml",
415
+ "environment": "",
416
+ "environmentMode": "fixed",
417
+ "runnerPolicy": "unqualified",
418
+ "notes": ""
419
+ },
420
+ {
421
+ "workflowPath": ".github/workflows/release-verify.yml",
422
+ "authorityClass": "governance-write",
423
+ "publicationCapable": false,
424
+ "capabilityIds": [],
425
+ "credentialMode": "none",
426
+ "publisherWorkflowMode": "fixed",
427
+ "publisherWorkflowPath": ".github/workflows/release-verify.yml",
428
+ "environment": "",
429
+ "environmentMode": "fixed",
430
+ "runnerPolicy": "unqualified",
431
+ "notes": ""
432
+ },
433
+ {
434
+ "workflowPath": ".github/workflows/stable-candidate-patrol.yml",
435
+ "authorityClass": "governance-write",
436
+ "publicationCapable": false,
437
+ "capabilityIds": [],
438
+ "credentialMode": "none",
439
+ "publisherWorkflowMode": "fixed",
440
+ "publisherWorkflowPath": ".github/workflows/stable-candidate-patrol.yml",
441
+ "environment": "",
442
+ "environmentMode": "fixed",
443
+ "runnerPolicy": "unqualified",
444
+ "notes": ""
445
+ }
446
+ ],
447
+ "workflowFacts": [
448
+ {
449
+ "path": ".github/workflows/.binary-release-assets.yml",
450
+ "signals": [
451
+ "write-permission",
452
+ "environment",
453
+ "github-release"
454
+ ],
455
+ "classified": true
456
+ },
457
+ {
458
+ "path": ".github/workflows/.build.yml",
459
+ "signals": [
460
+ "write-permission",
461
+ "oidc",
462
+ "cloud-credential"
463
+ ],
464
+ "classified": true
465
+ },
466
+ {
467
+ "path": ".github/workflows/.bump-minor-version.yml",
468
+ "signals": [],
469
+ "classified": false
470
+ },
471
+ {
472
+ "path": ".github/workflows/.gate-profile.yml",
473
+ "signals": [],
474
+ "classified": false
475
+ },
476
+ {
477
+ "path": ".github/workflows/.publication-authority.yml",
478
+ "signals": [],
479
+ "classified": true
480
+ },
481
+ {
482
+ "path": ".github/workflows/.release-docker.yml",
483
+ "signals": [],
484
+ "classified": false
485
+ },
486
+ {
487
+ "path": ".github/workflows/.release-elastic-beanstalk.yml",
488
+ "signals": [],
489
+ "classified": false
490
+ },
491
+ {
492
+ "path": ".github/workflows/.release-new-version.yml",
493
+ "signals": [],
494
+ "classified": false
495
+ },
496
+ {
497
+ "path": ".github/workflows/.release-verify.yml",
498
+ "signals": [
499
+ "write-permission",
500
+ "cloud-credential"
501
+ ],
502
+ "classified": true
503
+ },
504
+ {
505
+ "path": ".github/workflows/.sam-release.yml",
506
+ "signals": [],
507
+ "classified": true
508
+ },
509
+ {
510
+ "path": ".github/workflows/.sam-verify.yml",
511
+ "signals": [
512
+ "cloud-credential"
513
+ ],
514
+ "classified": true
515
+ },
516
+ {
517
+ "path": ".github/workflows/.sync-release-page.yml",
518
+ "signals": [],
519
+ "classified": false
520
+ },
521
+ {
522
+ "path": ".github/workflows/.sync-remote-git.yml",
523
+ "signals": [
524
+ "git-push"
525
+ ],
526
+ "classified": true
527
+ },
528
+ {
529
+ "path": ".github/workflows/.web-surface.yml",
530
+ "signals": [
531
+ "write-permission",
532
+ "oidc",
533
+ "environment",
534
+ "cloud-credential"
535
+ ],
536
+ "classified": true
537
+ },
538
+ {
539
+ "path": ".github/workflows/.wheel-release.yml",
540
+ "signals": [],
541
+ "classified": true
542
+ },
543
+ {
544
+ "path": ".github/workflows/.wheel-verify.yml",
545
+ "signals": [
546
+ "cloud-credential"
547
+ ],
548
+ "classified": true
549
+ },
550
+ {
551
+ "path": ".github/workflows/binary-distribution.yml",
552
+ "signals": [],
553
+ "classified": true
554
+ },
555
+ {
556
+ "path": ".github/workflows/binary-release-assets.yml",
557
+ "signals": [
558
+ "write-permission"
559
+ ],
560
+ "classified": true
561
+ },
562
+ {
563
+ "path": ".github/workflows/build-surface-fixture.yml",
564
+ "signals": [
565
+ "write-permission",
566
+ "oidc"
567
+ ],
568
+ "classified": true
569
+ },
570
+ {
571
+ "path": ".github/workflows/build.yml",
572
+ "signals": [
573
+ "write-permission",
574
+ "oidc"
575
+ ],
576
+ "classified": true
577
+ },
578
+ {
579
+ "path": ".github/workflows/buildchain-alpha-self-dogfood.yml",
580
+ "signals": [
581
+ "write-permission",
582
+ "oidc"
583
+ ],
584
+ "classified": true
585
+ },
586
+ {
587
+ "path": ".github/workflows/buildchain-patrol-daily.yml",
588
+ "signals": [
589
+ "write-permission"
590
+ ],
591
+ "classified": true
592
+ },
593
+ {
594
+ "path": ".github/workflows/buildchain-patrol-monthly.yml",
595
+ "signals": [
596
+ "write-permission"
597
+ ],
598
+ "classified": true
599
+ },
600
+ {
601
+ "path": ".github/workflows/buildchain-patrol-weekly.yml",
602
+ "signals": [
603
+ "write-permission"
604
+ ],
605
+ "classified": true
606
+ },
607
+ {
608
+ "path": ".github/workflows/buildchain-patrol.yml",
609
+ "signals": [
610
+ "write-permission"
611
+ ],
612
+ "classified": true
613
+ },
614
+ {
615
+ "path": ".github/workflows/buildchain-ref-promotion.yml",
616
+ "signals": [
617
+ "write-permission",
618
+ "oidc"
619
+ ],
620
+ "classified": true
621
+ },
622
+ {
623
+ "path": ".github/workflows/buildchain-stable-candidate-patrol.yml",
624
+ "signals": [
625
+ "write-permission"
626
+ ],
627
+ "classified": true
628
+ },
629
+ {
630
+ "path": ".github/workflows/buildchain-stable-candidate-qualification.yml",
631
+ "signals": [],
632
+ "classified": false
633
+ },
634
+ {
635
+ "path": ".github/workflows/candidate-lab.yml",
636
+ "signals": [],
637
+ "classified": false
638
+ },
639
+ {
640
+ "path": ".github/workflows/check.yml",
641
+ "signals": [],
642
+ "classified": false
643
+ },
644
+ {
645
+ "path": ".github/workflows/dev-pr-auto-merge.yml",
646
+ "signals": [
647
+ "write-permission"
648
+ ],
649
+ "classified": true
650
+ },
651
+ {
652
+ "path": ".github/workflows/npm-publish.yml",
653
+ "signals": [
654
+ "npm-publish"
655
+ ],
656
+ "classified": true
657
+ },
658
+ {
659
+ "path": ".github/workflows/paper-release.yml",
660
+ "signals": [
661
+ "write-permission",
662
+ "oidc"
663
+ ],
664
+ "classified": true
665
+ },
666
+ {
667
+ "path": ".github/workflows/patrol-daily.yml",
668
+ "signals": [
669
+ "write-permission"
670
+ ],
671
+ "classified": true
672
+ },
673
+ {
674
+ "path": ".github/workflows/patrol-monthly.yml",
675
+ "signals": [
676
+ "write-permission"
677
+ ],
678
+ "classified": true
679
+ },
680
+ {
681
+ "path": ".github/workflows/patrol-weekly.yml",
682
+ "signals": [
683
+ "write-permission"
684
+ ],
685
+ "classified": true
686
+ },
687
+ {
688
+ "path": ".github/workflows/publication-artifact.yml",
689
+ "signals": [
690
+ "write-permission"
691
+ ],
692
+ "classified": true
693
+ },
694
+ {
695
+ "path": ".github/workflows/release-candidate-promote.yml",
696
+ "signals": [
697
+ "write-permission",
698
+ "oidc"
699
+ ],
700
+ "classified": true
701
+ },
702
+ {
703
+ "path": ".github/workflows/release-line-bootstrap.yml",
704
+ "signals": [
705
+ "write-permission",
706
+ "git-push"
707
+ ],
708
+ "classified": true
709
+ },
710
+ {
711
+ "path": ".github/workflows/release-new-version.yml",
712
+ "signals": [],
713
+ "classified": false
714
+ },
715
+ {
716
+ "path": ".github/workflows/release-propagation.yml",
717
+ "signals": [
718
+ "write-permission",
719
+ "git-push"
720
+ ],
721
+ "classified": true
722
+ },
723
+ {
724
+ "path": ".github/workflows/release-verify.yml",
725
+ "signals": [
726
+ "write-permission"
727
+ ],
728
+ "classified": true
729
+ },
730
+ {
731
+ "path": ".github/workflows/schedule-purge-artifacts.yml",
732
+ "signals": [],
733
+ "classified": false
734
+ },
735
+ {
736
+ "path": ".github/workflows/self-hosted-runner-smoke.yml",
737
+ "signals": [],
738
+ "classified": false
739
+ },
740
+ {
741
+ "path": ".github/workflows/stable-candidate-patrol.yml",
742
+ "signals": [
743
+ "write-permission"
744
+ ],
745
+ "classified": true
746
+ },
747
+ {
748
+ "path": ".github/workflows/verify.yml",
749
+ "signals": [],
750
+ "classified": false
751
+ }
752
+ ],
753
+ "registryDigest": "a606a7da7188a8eee970d63b15f859b99024c246fb698d74e04fd548d2552c55"
754
+ }