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 336ee66 commit efce7af
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 @@ -30,7 +30,7 @@ env:

jobs:
quality-gitleaks:
if: ${{ github.event.inputs.gitleaks}}
if: ${{ github.event.inputs.gitleaks == 'true' }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-gitleaks
cancel-in-progress: true
Expand All @@ -51,7 +51,7 @@ jobs:
GITLEAKS_NOTIFY_USER_LIST: '@felipementel'

quality-zaproxy:
if: ${{ github.event.inputs.zaproxy }}
if: ${{ github.event.inputs.zaproxy == 'true' }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-zaproxy
cancel-in-progress: true
Expand All @@ -72,7 +72,7 @@ jobs:
# cmd_options: "-z -config view.locale=pt_BR -version -daemon"

quality-sonarqube:
if: ${{ github.event.inputs.sonar-qube }}
if: ${{ github.event.inputs.sonar-qube == 'true' }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-sonarqube
cancel-in-progress: true
Expand Down

0 comments on commit efce7af

Please sign in to comment.