Skip to content

Commit 71caee1

Browse files
authored
Update pull-request-sonar.yml
1 parent cbfbe53 commit 71caee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
gitleaks:
1010
description: "Deseja executar GitLeaks"
1111
required: true
12-
default: true
12+
default: 'true'
1313
type: choice
1414
options:
1515
- 'true'
1616
- 'false'
1717
zaproxy:
1818
description: "Deseja executar ZaProxy"
1919
required: true
20-
default: true
20+
default: 'true'
2121
type: choice
2222
options:
2323
- 'true'
@@ -26,7 +26,7 @@ on:
2626
sonar-qube:
2727
description: "Deseja executar SonarQube"
2828
required: true
29-
default: true
29+
default: 'true'
3030
type: choice
3131
options:
3232
- 'true'

0 commit comments

Comments
 (0)