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

Commit

Permalink
Merge pull request #9 from ncino/rollout/TRUST-1077
Browse files Browse the repository at this point in the history
TRUST-1077 [skip ci]
  • Loading branch information
prodsec-helper authored Nov 28, 2023
2 parents 71a25d1 + 45982ff commit 657420c
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 657420c

Please sign in to comment.