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

Commit

Permalink
Add secret scanning github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-Howard committed Dec 11, 2024
1 parent 44fed67 commit 8099ac0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/secret_scanning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "Secret Scanning"
on:
push:

jobs:
check_commits:
uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown

0 comments on commit 8099ac0

Please sign in to comment.