From efce7af0cdc3bcf295648124461ce35e2ded8349 Mon Sep 17 00:00:00 2001 From: Felipe Augusto <14238257+felipementel@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:34:08 -0300 Subject: [PATCH] Update pull-request-sonar.yml --- .github/workflows/pull-request-sonar.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-sonar.yml b/.github/workflows/pull-request-sonar.yml index d6c222f..5c89c83 100644 --- a/.github/workflows/pull-request-sonar.yml +++ b/.github/workflows/pull-request-sonar.yml @@ -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 @@ -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 @@ -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