4
0
Fork 0

removed legacy option

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-10-16 15:26:42 +01:00
parent f8cdf84e95
commit ea17b0adc2
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -94,8 +94,6 @@ audit_max_concurrent: 50
## Only run Audit do not remediate ## Only run Audit do not remediate
audit_only: false audit_only: false
### As part of audit_only ### ### As part of audit_only ###
# This will enable files to be copied back to control node in audit_only mode
fetch_audit_files: false
# Path to copy the files to will create dir structure in audit_only mode # Path to copy the files to will create dir structure in audit_only mode
audit_capture_files_dir: /some/location to copy to on control node audit_capture_files_dir: /some/location to copy to on control node
############################# #############################