Update README.md
This commit is contained in:
parent
f59ef48aab
commit
b3a7d1a73f
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue