Skip to content

chore: bump @types/node from 22.8.1 to 22.8.4 in the development-dependencies group across 1 directory #334

chore: bump @types/node from 22.8.1 to 22.8.4 in the development-dependencies group across 1 directory

chore: bump @types/node from 22.8.1 to 22.8.4 in the development-dependencies group across 1 directory #334

Workflow file for this run

name: secret-scan
on: pull_request
jobs:
secret-scan: # scan for any live secrets in the repository using trufflehog
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Default Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --debug --no-verification # Warn on potential violations