Skip to content

build(deps): bump the contract-deps group across 1 directory with 3 u… #105

build(deps): bump the contract-deps group across 1 directory with 3 u…

build(deps): bump the contract-deps group across 1 directory with 3 u… #105

Workflow file for this run

name: Secret Scanning (Gitleaks)
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
gitleaks:
name: Gitleaks Secret Scan
runs-on: ubuntu-latest
steps:
- name: Checkout Code
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