Skip to content

Commit

Permalink
feat: Use the official TruffleHog OSS GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic committed Jul 7, 2023
1 parent bf84b4c commit a1a16f0
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 Scan

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.43.0
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified

0 comments on commit a1a16f0

Please sign in to comment.