Skip to content

chore(deps-dev): bump tar from 7.5.2 to 7.5.6 #111

chore(deps-dev): bump tar from 7.5.2 to 7.5.6

chore(deps-dev): bump tar from 7.5.2 to 7.5.6 #111

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
- name: Secret Scanning (entire repo)
uses: trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.92.4
with:
base: ""
head: ${{ github.ref_name }}
extra_args: --results=verified,unknown