Skip to content

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservosNCIN authored Apr 12, 2024
1 parent f19c32e commit 0e98b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SAST - SonarCloud Caller
on:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
pull_request_target:
workflow_dispatch:

Expand All @@ -14,4 +14,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOJO_TOKEN: ${{ secrets.DOJO_TOKEN }}
DOJO_URL: ${{ secrets.DOJO_URL }}
DOJO_URL: ${{ secrets.DOJO_URL }}

0 comments on commit 0e98b7d

Please sign in to comment.