Skip to content

chore: add gitleaks and fix husky (#142) #114

chore: add gitleaks and fix husky (#142)

chore: add gitleaks and fix husky (#142) #114

Workflow file for this run

name: SonarCloud Scan
on:
push:
branches:
- "**"
jobs:
sonar:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}