Skip to content

Commit e4bd744

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

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,23 +9,23 @@ 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"
2424
- "false"
2525
sonar-qube:
2626
description: "Deseja executar SonarQube"
2727
required: true
28-
default: true
28+
default: "true"
2929
type: choice
3030
options:
3131
- "true"

0 commit comments

Comments
 (0)