Skip to content

Commit

Permalink
Merge pull request #64 from felipementel/feature/pipeline
Browse files Browse the repository at this point in the history
add GITLEAKS at pipeline
  • Loading branch information
felipementel authored Nov 12, 2024
2 parents 38078bd + 6f7e4ee commit d56288a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d56288a

Please sign in to comment.