Skip to content

Commit 3e4d882

Browse files
Improve scan logging to show configuration
- Add scan scope and type to initial log message - Helps with debugging and understanding workflow execution - Minor improvement for better visibility into scan parameters
1 parent 3464897 commit 3e4d882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-trufflehog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Initialize result files
9898
echo "[]" > all-results.json
9999
100-
echo "Starting TruffleHog scan..."
100+
echo "Starting TruffleHog scan with scope: ${SCAN_SCOPE}, type: ${SCAN_TYPE}..."
101101
102102
# Full repository scanning
103103
if [[ "${SCAN_SCOPE}" == "full-repo" || "${SCAN_SCOPE}" == "both" ]]; then

0 commit comments

Comments
 (0)