Skip to content

Feature/create jwt token #2

Feature/create jwt token

Feature/create jwt token #2

Workflow file for this run

name: SonarQube Analysis
on:
push:
branches:
- main
- 'feature/**'
pull_request:
types: [ opened, synchronize, reopened ]
branches:
- main
- 'feature/**'
jobs:
sonarqube:
name: SonarQube Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}