Skip to content

fix-xss secure code review 2.a #26

fix-xss secure code review 2.a

fix-xss secure code review 2.a #26

Workflow file for this run

name: SonarQube CI
on: push
jobs:
sonarQubeTrigger:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.1
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}