Update README.md

This commit is contained in:
colin 2024-01-20 16:44:45 +00:00
parent f59ef48aab
commit b3a7d1a73f
1 changed files with 8 additions and 0 deletions

View File

@ -56,6 +56,14 @@ services:
# SCANNERS: "vuln,misconfig,secret" # Scanners to be used # SCANNERS: "vuln,misconfig,secret" # Scanners to be used
# IGNORE_UNFIXED: "false" # Whether to ignore unfixed vulnerabilities # IGNORE_UNFIXED: "false" # Whether to ignore unfixed vulnerabilities
# LOW_PRIORITY: "true" # Run scans with low CPU priority # LOW_PRIORITY: "true" # Run scans with low CPU priority
read_only: true
tmpfs:
- /tmp
deploy:
resources:
limits:
cpus: '0.50' # Limit to 50% of a CPU
memory: 512M # Limit to 512 megabytes
``` ```
Schedule regular scans using crontab: Schedule regular scans using crontab: