Skip to content

01- Run TruffleHog Security Scan #5

01- Run TruffleHog Security Scan

01- Run TruffleHog Security Scan #5

name: 01- Run TruffleHog Security Scan
on:
workflow_dispatch:
jobs:
trufflehog_scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified
- name: Upload TruffleHog Report
uses: actions/[email protected]
with:
name: trufflehog-report
path: trufflehog_report.json