Skip to content

chore(deps-dev): bump zod from 3.24.4 to 3.25.46 #23

chore(deps-dev): bump zod from 3.24.4 to 3.25.46

chore(deps-dev): bump zod from 3.24.4 to 3.25.46 #23

Workflow file for this run

name: TruffleHog Secret Scan
on:
push:
branches:
- main
pull_request:
jobs:
trufflehog:
runs-on: ubuntu-latest
concurrency:
group: trufflehog-${{ github.ref }}
cancel-in-progress: false
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Secret Scanning (entire repo)
uses: trufflesecurity/trufflehog@e42153d44a5e5c37c1bd0c70e074781e9edcb760 # v3.88.28
with:
base: ""
head: ${{ github.ref_name }}
extra_args: --results=verified,unknown