Skip to content

build(deps-dev): update ruff requirement from <0.13,>=0.12 to >=0.16.1,<0.17 #53

build(deps-dev): update ruff requirement from <0.13,>=0.12 to >=0.16.1,<0.17

build(deps-dev): update ruff requirement from <0.13,>=0.12 to >=0.16.1,<0.17 #53

Workflow file for this run

name: Secret Scan
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "41 11 * * 1"
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}