Skip to content

Commit e9f45c4

Browse files
authored
Add recommendations for immutability in CI/CD
Added recommendations for immutable Git tags, releases, and Dockerhub tags.
1 parent 01fcee1 commit e9f45c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

recommendations-chains.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ CHAINS recommendations are meant to be directly applicable, with state of the ar
2828
- Do no use default "Read and write permissions" for token permissions
2929
- Tokens should all have expiration dates
3030
- (pipeline) CHAINS recommends pinning pipelines, CHAINS recommends secrets in branch-restricted environments (instead of repository secrets)
31-
- (tags & releases) CHAINS recommends having Github tag rulesets to enforce immutable Git tags
31+
- (immutability)
32+
- CHAINS recommends having Github tag rulesets to enforce immutable Git tags
33+
- CHAINS recommends using immutable Github releases
34+
- CHAINS recommends using immutable Dockerhub tags
3235

3336
## CHAINS Encourages
3437

0 commit comments

Comments
 (0)