Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
chore: Remove .truffleignore files and update trufflehog scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Nov 13, 2023
1 parent 69c03ab commit 71ed5bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/.truffleignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/trufflehog-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
TRUFFLEHOG_OUTPUT=""
capturefile=false
captureline=false
for finding in $(trufflehog git file://. --since-commit $FIRST_COMMIT --branch $HEAD_REF --exclude-paths=.github/.truffleignore --only-verified); do
for finding in $(trufflehog git file://. --since-commit $FIRST_COMMIT --branch $HEAD_REF --only-verified); do
if [[ $capturefile == true ]] && [[ -z "$TRUFFLEHOG_OUTPUT" ]]; then
TRUFFLEHOG_OUTPUT="> - $finding"
elif [[ $capturefile == true ]] && [[ -n "$TRUFFLEHOG_OUTPUT" ]]; then
Expand Down

0 comments on commit 71ed5bc

Please sign in to comment.