Skip to content

Commit 7786faf

Browse files
authored
Update securing-repositories.md
Added 3659ffd "removing sensitive information" back in as the merge conflict had become confused
1 parent 2ca6ae9 commit 7786faf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

practices/securing-repositories.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ This minimum set of requirements should be implemented alongside other relevant
6565
- Merging must be blocked if the branch is not up to date.
6666
- Consider any further automated status checks which should be enforced prior to merging a branch
6767

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+
6872
## Repository content
6973

7074
- The repository must have a description (using the `About` option)

0 commit comments

Comments
 (0)