Skip to content

Commit f73f1fd

Browse files
authored
Merge pull request #225 from NHSDigital/codeowners-fix
Fix CODEOWNERS file location
2 parents 09a7623 + 3d493e4 commit f73f1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practices/security-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This guide lays out security best practice for Github repositories. This set of
2323
Because of baseline visibility configurations, you must setup Github teams in order to provide team members access to repos. The minimum recommended setup is as follows:
2424
* Create one team with the name of your programme (e.g. `Engineering Quality Framework`). Add all required members to this team.
2525
* Create one child team within the team, for admins only (e.g. `Engineering Quality Framework Admins`). Add admins only to this team.
26-
* Create a second child team, for code owners (e.g. `Engineering Quality Framework Code Owners`). Add relevant members to this team, and reference in the CODEOWNERS file (example [here](https://github.com/NHSDigital/software-engineering-quality-framework/blob/master/CODEOWNERS)).
26+
* Create a second child team, for code owners (e.g. `Engineering Quality Framework Code Owners`). Add relevant members to this team, and reference in the CODEOWNERS file (example [here](https://github.com/NHSDigital/software-engineering-quality-framework/blob/master/.github/CODEOWNERS)).
2727
* For each repo in your programme (e.g. `software-engineering-quality-framework`), under the `Manage Access` option in `Settings`, set the general team to have `Write` access and the admins team to have `Admin` access.
2828

2929
Depending on your use case, you may want to create additional teams (e.g. a read-only access team, or different teams granting access to different projects). This is welcomed by the framework, as long as the teams provide clarity on the role they encompass, remain consistent and are applied consistently to your repos.

0 commit comments

Comments
 (0)