Disable fields check

This commit is contained in:
Alexey Pronin 2020-12-03 18:54:02 +03:00 committed by GitHub
parent 933e945fc8
commit 62eaae4358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ export async function getWzConfig($q, genericReq, wazuhConfig) {
'checks.template': true,
'checks.api': true,
'checks.setup': true,
'checks.fields': true,
'checks.fields': false,
'extensions.pci': true,
'extensions.gdpr': true,
'extensions.hipaa': true,