From 5113dd40ecb43b51047ccfeda629ce403687f566 Mon Sep 17 00:00:00 2001 From: Yury Imbro Date: Tue, 4 Jul 2023 13:58:17 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8rm=20default=20values=20for=20ox=5Ftim?= =?UTF-8?q?eout,=20ox=5Ffail=5Fon=5Ftimeout,=20ox=5Ffail=5Fon=5Ferror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index 1e19016..2ae92da 100644 --- a/action.yml +++ b/action.yml @@ -22,15 +22,12 @@ inputs: ox_timeout: description: 'Timeout in minutes after which the OX Security scan will be canceled. If a timeout occurs, step failure will depend on the value of `ox_fail_on_timeout` option.' required: false - default: "20" ox_fail_on_timeout: description: 'To have a scan timeout cause a step failure, set to `true`.' required: false - default: "false" ox_fail_on_error: description: 'To have an error (i.e. network, infrastructure) cause a step failure, set to `true`.' required: false - default: "false" github_repository_id: description: 'Repository ID set from context. Do not override.' required: false