Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 8099ac0

Browse files
committed
Add secret scanning github action
1 parent 44fed67 commit 8099ac0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/secret_scanning.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Secret Scanning"
2+
on:
3+
push:
4+
5+
jobs:
6+
check_commits:
7+
uses: trufflesecurity/trufflehog@main
8+
with:
9+
extra_args: --results=verified,unknown
10+

0 commit comments

Comments
 (0)