Skip to content

Commit

Permalink
add sonar PR security scan
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiY-SK committed Jan 16, 2024
1 parent 35784e8 commit be5836b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sonar_pr_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

name: 'Quality Checks'

on:
pull_request:
types:
- opened
- edited
- reopened
- ready_for_review
- synchronize
branches: ['master']

jobs:
sonarqube:
uses: kenshoo/actions/.github/workflows/sonar_scan.yml@master
secrets: inherit

0 comments on commit be5836b

Please sign in to comment.