Skip to content

chore(deps-dev): bump form-data from 2.5.3 to 2.5.5 in the npm_and_yarn group #46

chore(deps-dev): bump form-data from 2.5.3 to 2.5.5 in the npm_and_yarn group

chore(deps-dev): bump form-data from 2.5.3 to 2.5.5 in the npm_and_yarn group #46

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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@6641d4ba5b684fffe195b9820345de1bf19f3181 # v3.89.2
with:
base: ""
head: ${{ github.ref_name }}
extra_args: --results=verified,unknown