Overview
Configure your security scanning settings to optimize detection accuracy and performance. Key parameters include:
- Scan Frequency ⏱️
- Exclusion Rules 🚫
- Notification Preferences 📱
Settings
Scan Schedule
- Set to
daily
orreal_time
based on your needs. - Use the Scan Scheduler API for advanced configurations.
- Set to
Resource Allocation
- Adjust CPU/memory limits via the
config.yaml
file. - Example:
max_concurrent_scans: 10
- Adjust CPU/memory limits via the
Best Practices ✅
- Enable auto_update for rule databases.
- Regularly review Scan Reports for false positives.
- Use
exclude_patterns
to avoid scanning non-critical directories.
Troubleshooting ⚠️
- Error 403: Check Access Control policies.
- Slow Scans: Optimize
concurrent_threads
inconfig.yaml
.
For deeper insights, explore the SecurityCenter Overview.