Skip to content

Commit

Permalink
Added trufflehog_scan.yml Workflow (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isopod00 authored Jul 2, 2024
1 parent 3b93adc commit 9f65518
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/trufflehog_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- main
pull_request:

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 9f65518

Please sign in to comment.