Skip to content

Commit

Permalink
feat(#3038): add trufflehog-oss workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slry committed May 28, 2024
1 parent c9a9fa3 commit c2f930f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/trufflehog-oss.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---

name: trufflehog-oss
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified

0 comments on commit c2f930f

Please sign in to comment.