From 31a00b4f7041b5ed0e98d44b283778fc0adbc132 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Mon, 4 Mar 2024 15:38:16 -0700 Subject: [PATCH] fix path in codeowners Signed-off-by: Meredith Lancaster --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 666ef2712..5aad3e925 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ 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 +pkg/cmd/attestation/ @cli/package-security