From 24865a6202acc44559629ac87f36d86c7b163e9b Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Fri, 1 Mar 2024 13:44:37 -0700 Subject: [PATCH] add package security team entry to codeowners Signed-off-by: Meredith Lancaster --- .github/CODEOWNERS | 3 +++ CODEOWNERS | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cd5695abc..666ef2712 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,3 +2,6 @@ pkg/cmd/codespace/ @cli/codespaces internal/codespaces/ @cli/codespaces + +# Limit Package Security team ownership to the attestation command package +/pkg/cmd/attestation @cli/package-security diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 334b43fec..000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,4 +0,0 @@ -* @cli/cli-reviewers - -# Limit Package Security team ownership to the attestation command package -/pkg/cmd/attestation @cli/package-security-reviewers