Skip to content

Bp 3359 fix vite dev server option server.fs.deny can be bypassed when hosted on case insensitive filesystem #141

Bp 3359 fix vite dev server option server.fs.deny can be bypassed when hosted on case insensitive filesystem

Bp 3359 fix vite dev server option server.fs.deny can be bypassed when hosted on case insensitive filesystem #141

Workflow file for this run

on:
push:
branches:
- master
- develop
- 'releases/**'
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube PR Analysis
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
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 }}