Skip to content

Bump @tsconfig/node14 to 14.1.0 #35

Bump @tsconfig/node14 to 14.1.0

Bump @tsconfig/node14 to 14.1.0 #35

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 }}