Skip to content

Commit

Permalink
CODEOWNERS: assign GH actions to github-sec team
Browse files Browse the repository at this point in the history
Reviewed #576 a little too late:
#576 (review)

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed Jun 23, 2021
1 parent 51c2236 commit ea3f073
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Code owners groups assigned to this repository and a brief description of their areas:
# @cilium/ci-structure Continuous integration, testing
# @cilium/contributing Developer documentation & tools
# @cilium/github-sec GitHub security (handling of secrets, consequences of pull_request_target, etc.)
# @cilium/hubble All related to Hubble (client and server)

# The following filepaths should be sorted so that more specific paths occur
# after the less specific paths, otherwise the ownership for the specific paths
# is not properly picked up in Github.
* @cilium/hubble
/.github/workflows/ @cilium/ci-structure @cilium/hubble
/CODEOWNERS @cilium/contributing
/.github/workflows/ @cilium/github-sec @cilium/ci-structure @cilium/hubble
/CODEOWNERS @cilium/contributing @cilium/hubble

0 comments on commit ea3f073

Please sign in to comment.