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 4, 2024
1 parent 4ff1245 commit d3218f1
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 (BT) Caller
on:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
pull_request_target:
workflow_dispatch:

Expand All @@ -13,4 +13,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 d3218f1

Please sign in to comment.