Skip to content

build(deps-dev): Bump typescript from 5.9.3 to 6.0.3 #11

build(deps-dev): Bump typescript from 5.9.3 to 6.0.3

build(deps-dev): Bump typescript from 5.9.3 to 6.0.3 #11

name: Secret Scanning
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml