Skip to content

Commit d56c450

Browse files
authored
Update pull-request-sonar.yml
1 parent e4bd744 commit d56c450

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/pull-request-sonar.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,11 @@ on:
99
gitleaks:
1010
description: "Deseja executar GitLeaks"
1111
required: true
12-
default: "true"
13-
type: choice
14-
options:
15-
- "true"
16-
- "false"
12+
type: boolean
1713
zaproxy:
1814
description: "Deseja executar ZaProxy"
1915
required: true
20-
default: "true"
21-
type: choice
22-
options:
23-
- "true"
24-
- "false"
16+
type: boolean
2517
sonar-qube:
2618
description: "Deseja executar SonarQube"
2719
required: true

0 commit comments

Comments
 (0)