Skip to content

chore: fix circular dependencies related to types.ts #303

chore: fix circular dependencies related to types.ts

chore: fix circular dependencies related to types.ts #303

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