From 6f7e4ee264c92ae46a53cb22dec88da0eb637838 Mon Sep 17 00:00:00 2001 From: Felipe Augusto <14238257+felipementel@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:44:30 -0300 Subject: [PATCH] Update pull-request-sonar.yml --- .github/workflows/pull-request-sonar.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request-sonar.yml b/.github/workflows/pull-request-sonar.yml index c4332d8..f894889 100644 --- a/.github/workflows/pull-request-sonar.yml +++ b/.github/workflows/pull-request-sonar.yml @@ -33,6 +33,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} + GITLEAKS_ENABLE_SUMMARY: true + GITLEAKS_ENABLE_UPLOAD_ARTIFACT: true + GITLEAKS_NOTIFY_USER_LIST: felipementel - name: Setup .NET uses: actions/setup-dotnet@v4