From 74421061b1392ffa2a5233306880ddb1dca1bb34 Mon Sep 17 00:00:00 2001 From: Chanaka Lakmal Date: Wed, 23 Feb 2022 15:04:22 +0530 Subject: [PATCH] Update default value of timeout configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28f7840..fd7d873 100644 --- a/README.md +++ b/README.md @@ -391,7 +391,7 @@ Following inputs can be used as `step.with` keys: | `skip-dirs` | String | | Comma separated list of directories where traversal is skipped | | `skip-files` | String | | Comma separated list of files where traversal is skipped | | `cache-dir` | String | | Cache directory | -| `timeout` | String | `2m0s` | Scan timeout duration | +| `timeout` | String | `5m0s` | Scan timeout duration | | `ignore-policy` | String | | Filter vulnerabilities with OPA rego language | | `list-all-pkgs` | String | | Output all packages regardless of vulnerability |