Skip to content

chore(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 #129

chore(deps): bump fast-xml-parser from 5.3.4 to 5.3.6

chore(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 #129

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@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
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@116e7171542d2f1dad8810f00dcfacbe0b809183 # v3.92.5
with:
base: ""
head: ${{ github.ref_name }}
extra_args: --results=verified,unknown