Skip to content

Commit

Permalink
Create 04-Run_TroffleHog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabs-ThieuVu authored Nov 13, 2024
1 parent c1a143e commit a9395b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/04-Run_TroffleHog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 04- Run TruffleHog Security Scan
on:
workflow_dispatch:
jobs:
trufflehog_scan:
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 a9395b1

Please sign in to comment.