Skip to content

Commit

Permalink
Update pull-request-sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Dec 13, 2024
1 parent cbfbe53 commit 71caee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
gitleaks:
description: "Deseja executar GitLeaks"
required: true
default: true
default: 'true'
type: choice
options:
- 'true'
- 'false'
zaproxy:
description: "Deseja executar ZaProxy"
required: true
default: true
default: 'true'
type: choice
options:
- 'true'
Expand All @@ -26,7 +26,7 @@ on:
sonar-qube:
description: "Deseja executar SonarQube"
required: true
default: true
default: 'true'
type: choice
options:
- 'true'
Expand Down

0 comments on commit 71caee1

Please sign in to comment.