Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Share guidelines fixes (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaAn authored Dec 8, 2022
1 parent fb3ba10 commit de3b281
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ inputs:
is_expand: false
is_required: true
value_options:
- ios
- android
- "ios"
- "android"
- severity_threshold: low
opts:
title: "Severity threshold"
summary: "Severity threshold (cannot be set to critical - not supported by 'snyk code'"
is_expand: false
is_required: true
value_options:
- low
- medium
- high
- "low"
- "medium"
- "high"
- org_name:
opts:
title: "Organisation name"
Expand All @@ -50,5 +50,6 @@ inputs:
is_expand: false
is_required: false
value_options:
- true
- false
- "true"
- "false"

0 comments on commit de3b281

Please sign in to comment.