Skip to content

build(deps): bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0 #255

build(deps): bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0

build(deps): bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0 #255

Workflow file for this run

name: gitleaks
on:
push:
pull_request:
workflow_dispatch:
jobs:
scan:
name: gitleaks
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}