Skip to content

chore(deps): bump the github-actions group with 15 updates #136

chore(deps): bump the github-actions group with 15 updates

chore(deps): bump the github-actions group with 15 updates #136

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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.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@041f07e9df901a1038a528e5525b0226d04dd5ea # v3.93.6
with:
base: ""
head: ${{ github.ref_name }}
extra_args: --results=verified,unknown