Skip to content

📝 memo: 文档完善 #8

📝 memo: 文档完善

📝 memo: 文档完善 #8

Workflow file for this run

name: Gitleaks Scan
on:
push:
pull_request:
workflow_dispatch:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}