File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 | |
You can’t perform that action at this time.
0 commit comments