Skip to content

Remove type assertions while generating client types map #428

Remove type assertions while generating client types map

Remove type assertions while generating client types map #428

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