Skip to content

Transform clients published between 2024-06-14 and 2024-09-04 #485

Transform clients published between 2024-06-14 and 2024-09-04

Transform clients published between 2024-06-14 and 2024-09-04 #485

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