Skip to content

[dependabot][all](deps): Bump the dependabot-all group with 10 updates #139

[dependabot][all](deps): Bump the dependabot-all group with 10 updates

[dependabot][all](deps): Bump the dependabot-all group with 10 updates #139

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@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Secret Scanning (entire repo)
uses: trufflesecurity/trufflehog@586f66d7886cd0b037c7c245d4a6e34ef357ab10 # v3.94.1
with:
base: ""
head: ${{ github.ref_name }}
extra_args: --results=verified,unknown