Skip to content

Commit

Permalink
Test token
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 15, 2024
1 parent 872f64e commit 0c44a25
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Display File Structure
run: |
Expand All @@ -23,8 +25,12 @@ jobs:
- name: Secret Scanning
id: trufflehog_scan
uses: trufflesecurity/[email protected]
continue-on-error: true
with:
extra_args: --json
path: ./
base: "${{ github.event.repository.default_branch }}"
head: HEAD
extra_args: --debug

- name: Check Trufflehog Result and Fail if Secrets Found
run: |
Expand Down

0 comments on commit 0c44a25

Please sign in to comment.