fix(check_loader): Add validation in 'Categories' field from metadata (#3480)

This commit is contained in:
Pedro Martín
2024-03-04 11:37:50 +01:00
committed by GitHub
parent f20319550c
commit 98dea32288
5 changed files with 20 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"Categories": [
"cat1",
"cat2"
"cat-one",
"cat-two"
],
"CheckID": "iam_user_accesskey_unused",
"CheckTitle": "Ensure Access Keys unused are disabled",