Unverified Commit 4e74ec09 authored by Luc Georges's avatar Luc Georges Committed by GitHub
Browse files

feat(ci): add trufflehog secrets detection (#2038)

parent 85dfc392
on:
push:
name: Secret Leaks
permissions:
contents: read
id-token: write
issues: write
pull-requests: write
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment