Skip to content

Use node 22.x --experimental-strip-types instead of tsx to run scripts #474

Use node 22.x --experimental-strip-types instead of tsx to run scripts

Use node 22.x --experimental-strip-types instead of tsx to run scripts #474

Workflow file for this run

name: secrets_scan
on:
pull_request:
branches: [main]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: trufflesecurity/trufflehog@main
with:
path: ./src
base: ${{ github.event.repository.default_branch }}