Skip to content

Commit

Permalink
chore(trufflehog): fixed trufflehog version to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 committed Sep 26, 2024
1 parent 02d66ef commit 64f0169
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ name: "TruffleHog - Secret Scanning"

on:
push:
branches: ["main"]
branches: ["main", "hotfix/testdata"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: TruffleHog OSS
id: trufflehog
uses: trufflesecurity/trufflehog@main
uses: trufflesecurity/trufflehog@7e78ca385fb82c19568c7a4b341c97d57d9aa5e1
continue-on-error: true
with:
path: ./ # Scan the entire repository
Expand Down

0 comments on commit 64f0169

Please sign in to comment.