Skip to content

Commit 3a3378f

Browse files
committed
fix: missing types
1 parent 29f6029 commit 3a3378f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/zap-scan-node.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
description: 'The openshift environment to scan'
1111
default: 'dev'
12+
type: choice
1213
options:
1314
- 'dev'
1415
- 'qa'
@@ -20,6 +21,8 @@ on:
2021
env:
2122
description: 'The openshift environment to scan'
2223
default: 'dev'
24+
type: string
25+
required: true
2326
options:
2427
- 'dev'
2528
- 'qa'

0 commit comments

Comments
 (0)