Skip to content

chore(docs): sync sing-box upstream docs (#344) #66

chore(docs): sync sing-box upstream docs (#344)

chore(docs): sync sing-box upstream docs (#344) #66

Workflow file for this run

name: gitleaks
on:
pull_request:
push:
branches: [main]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # full history so the scan covers all pushed commits
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml