feat(groups): Launch specific checks from groups and services (#1204)

This commit is contained in:
Pepe Fagoaga
2022-06-16 13:27:25 +02:00
committed by GitHub
parent 8abcc5988d
commit f694a6d12a
16 changed files with 201 additions and 95 deletions

8
groups.json Normal file
View File

@@ -0,0 +1,8 @@
{
"aws": {
"gdpr": [
"check11",
"check12"
]
}
}