Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Update README

Update README #14

Workflow file for this run

name: "trufflehog"
on:
push:
branches:
- "main"
pull_request:
jobs:
scan:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
- uses: "trufflesecurity/trufflehog@main"
with:
extra_args: "--results=verified,unknown"