Skip to content

build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 (#221) #267

build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 (#221)

build(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 (#221) #267

Workflow file for this run

name: secrets scanning with gitleaks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}