Skip to content

Commit

Permalink
add sonar weekly security scan
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiY-SK committed Jan 16, 2024
1 parent be5836b commit 17e97f0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sonar_weekly_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 17e97f0

Please sign in to comment.