Skip to content

docs: refresh repository README #37

docs: refresh repository README

docs: refresh repository README #37

Workflow file for this run

name: Security
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
jobs:
secret-scan:
name: Secret Scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITLEAKS_CONFIG: .github/.gitleaks.toml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}