Skip to content

Feat faq crud

Feat faq crud #37

Workflow file for this run

name: Gitleaks
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "11 8 * * 5" # weekly Fri 08:11 UTC
workflow_dispatch:
permissions:
contents: read
jobs:
gitleaks:
name: Gitleaks history scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # full history
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: security/gitleaks.toml
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: true
GITLEAKS_ENABLE_SUMMARY: true