Skip to content

fix: align JSON schema with LinDash, add status/category/message/host… #24

fix: align JSON schema with LinDash, add status/category/message/host…

fix: align JSON schema with LinDash, add status/category/message/host… #24

Workflow file for this run

name: Gitleaks Secrets Scan
on: [push, pull_request]
jobs:
scan:
name: Gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}