Skip to content

doc: Update README

doc: Update README #33

Workflow file for this run

on:
push:
name: Secret Leaks
jobs:
trufflehog:
runs-on:
group: aws-general-8-plus
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --exclude-globs='test_data/.*'