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 32ec978 commit 07d1fcd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
quality-gitleaks:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref_name }}

- uses: gitleaks/gitleaks-action@v2
env:
Expand All @@ -38,6 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref_name }}

- name: ZAP Scan
Expand Down

0 comments on commit 07d1fcd

Please sign in to comment.