Skip to content

Exclude data files from being scanned #4

Exclude data files from being scanned

Exclude data files from being scanned #4

Workflow file for this run

name: SonarCloud
on:
push:
jobs:
analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
fetch-depth: 0
- uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}