From b3a7d1a73f5be24c8dbb991cdec6d8d0814abed5 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 20 Jan 2024 16:44:45 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e9e55b5..29a67c8 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ services: # SCANNERS: "vuln,misconfig,secret" # Scanners to be used # IGNORE_UNFIXED: "false" # Whether to ignore unfixed vulnerabilities # 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: