Skip to content

chore(deps): bump the npm_and_yarn group with 2 updates #69

chore(deps): bump the npm_and_yarn group with 2 updates

chore(deps): bump the npm_and_yarn group with 2 updates #69

Workflow file for this run

name: TruffleHog Secret Scan
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.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@a05cf0859455b5b16317ee22d809887a4043cdf0 # v3.90.2
with:
base: ""
head: ${{ github.ref_name }}
extra_args: --results=verified,unknown