From 2b53839b69b2ca89cca237017ce6202f88bb7191 Mon Sep 17 00:00:00 2001 From: Trent DiBacco Date: Tue, 24 Sep 2024 11:32:01 -0700 Subject: [PATCH 1/2] Update to vault radar codeowner. --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5909a4f47..551c4af21 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -41,4 +41,7 @@ # all Vault Radar resources and clients are owned by the vault-scanning team *vaultradar* @hashicorp/vault-scanning *vault_radar* @hashicorp/vault-scanning -*vault-radar* @hashicorp/vault-scanning \ No newline at end of file +*vault-radar* @hashicorp/vault-scanning +**/vaultradar/* @hashicorp/vault-scanning +**/vaultradar* @hashicorp/vault-scanning +**/hcp_vault_radar* @hashicorp/vault-scanning \ No newline at end of file From fa4f6d63ab21e27fa01795f4b228f6b63a0ebd38 Mon Sep 17 00:00:00 2001 From: Trent DiBacco Date: Tue, 24 Sep 2024 11:35:11 -0700 Subject: [PATCH 2/2] add change log. --- .changelog/1103.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/1103.txt diff --git a/.changelog/1103.txt b/.changelog/1103.txt new file mode 100644 index 000000000..65b215e86 --- /dev/null +++ b/.changelog/1103.txt @@ -0,0 +1,3 @@ +```release-note:improvement +Update Vault Radar codeowners patterns. +``` \ No newline at end of file