Skip to content

Commit

Permalink
✨rm default values for ox_timeout, ox_fail_on_timeout, ox_fail_on_error
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-imbro-ox committed Jul 4, 2023
1 parent bab1f79 commit 5113dd4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5113dd4

Please sign in to comment.