Skip to content

build(deps-dev): Bump vitest from 2.1.9 to 4.1.8 #9

build(deps-dev): Bump vitest from 2.1.9 to 4.1.8

build(deps-dev): Bump vitest from 2.1.9 to 4.1.8 #9

Workflow file for this run

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