You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: practices/securing-repositories.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,10 @@ This minimum set of requirements should be implemented alongside other relevant
65
65
- Merging must be blocked if the branch is not up to date.
66
66
- Consider any further automated status checks which should be enforced prior to merging a branch
67
67
68
+
### Removing sensitive information
69
+
70
+
Teams should take all necessary precautions to ensure that sensitive data does not leak into Source Control Management Systems. Should any sensitive information leak into Source Control then teams should review the steps [detailed here](guides/commit-purge.md).
71
+
68
72
## Repository content
69
73
70
74
- The repository must have a description (using the `About` option)
0 commit comments