Skip to content

Commit

Permalink
feat: add GITLEAKS_LICENSE at the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Oct 17, 2024
1 parent 3128e38 commit d071a1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
fetch-depth: 0

- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit d071a1c

Please sign in to comment.