Skip to content

Commit

Permalink
chore: Add codeowners (#27)
Browse files Browse the repository at this point in the history
Add CODEOWNERS file
  • Loading branch information
FelixS90 authored Jul 26, 2024
1 parent dab7b18 commit dc1717b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Following https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-and-branch-protection:
# To protect a repository fully against unauthorized changes,
# you also need to define an owner for the CODEOWNERS file itself.
# The most secure method is to define a CODEOWNERS file in the .github
# directory of the repository ...
# A member of the group of security engineers will be requested for review
# of the CODEOWNERS file itself and other IaC files.
/.github/ @ZEISS/ZSE_RMS

0 comments on commit dc1717b

Please sign in to comment.