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 2cb4b20 commit 6fb5ec8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pull-request-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ on:
gitleaks:
description: "Deseja executar GitLeaks"
required: true
default: 'true'
default: true
type: choice
options:
- 'true'
- 'false'
- true
- false
zaproxy:
description: "Deseja executar ZaProxy"
required: true
default: 'true'
default: true
type: choice
options:
- 'true'
- 'false'
- true
- false
sonar-qube:
description: "Deseja executar SonarQube"
required: true
default: 'true'
default: true
type: choice
options:
- 'true'
- 'false'
- true
- false

# defaults:
# run:
Expand Down

0 comments on commit 6fb5ec8

Please sign in to comment.