Skip to content

Adding basic "what is trufflehog" to the readme (#3514) #200

Adding basic "what is trufflehog" to the readme (#3514)

Adding basic "what is trufflehog" to the readme (#3514) #200

Workflow file for this run

name: Snifftest
on:
push:
tags:
- v*
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
Snifftest:
name: Run Snifftest
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- uses: actions/checkout@v4
- name: Run Snifftest
run: make snifftest