Skip to content

Commit

Permalink
Adding: New workflow Trufflehog file
Browse files Browse the repository at this point in the history
  • Loading branch information
Crushoverride007 committed Nov 23, 2023
1 parent 1640706 commit 3b846c6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: TruffleHog Secrets Scanning

on: [push]

jobs:
TruffleHog-Scan:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install TruffleHog
run: pip install truffleHog

- name: Run TruffleHog
run: truffleHog --regex --entropy=False https://github.com/Crushoverride007/Project-Sigma.git

0 comments on commit 3b846c6

Please sign in to comment.