mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
feat(groups): Launch specific checks from groups and services (#1204)
This commit is contained in:
6
util/checklist_example.json
Normal file
6
util/checklist_example.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"aws": [
|
||||
"check11",
|
||||
"check12"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
# You can add a comma seperated list of checks like this:
|
||||
check11,check12
|
||||
extra72 # You can also use newlines for each check
|
||||
check13 # This way allows you to add inline comments
|
||||
# Both of these can be combined if you have a standard list and want to add
|
||||
# inline comments for other checks.
|
||||
Reference in New Issue
Block a user