Skip to content

Commit c36dbcc

Browse files
authored
Update chains-repo-checklist.md
1 parent bb57a56 commit c36dbcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chains-repo-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Repo: ______________
1111

1212
| Rule | Check ✅/❌|
1313
|----------|----------|
14-
| forbid unsigned git commits and tags | |
14+
| forbid unsigned git commits and tags (impossible to do on Github)| |
1515
| forbid transient dependencies in CI (no latest, SNAPSHOT, etc.) | |
1616
| forbid coarse-grain version (v45), force most specific, immutable version (v45.0.1) | |
1717
| use dependency update bot (dependabot, renovate) | |
@@ -23,6 +23,6 @@ Repo: ______________
2323
| automated creation of SBOMs for releases | |
2424
| push build attestations for releases (rekor) | |
2525
| have independent rebuilders (reproducible-central) | |
26-
| use branch protection rules | |
26+
| use branch, tag and CI protection rules | |
2727
| verify dependency crypto signatures from a trusted source | |
2828
| have 2FA enabled for all repo members | |

0 commit comments

Comments
 (0)