blob: 9cbbf6803724dacc4759b69d7002bb34831e5937 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
on:
push:
name: Secret Leaks
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
|