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