Skip to content

Commit 42a1af2

Browse files
authored
fix: echo correct target of detect_secrets_git job (#18)
When starting the `detect_secrets_job` state the repository is the target. Previously the directory was stated as the target.
1 parent 7d3c634 commit 42a1af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/detect-secrets-git.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
echo "Starting the directory scan at path '$REPO_PATH'"
3+
echo "Starting the repository scan at path '$REPO_PATH'"
44
echo "Using exported Gitleaks args '$GITLEAKS_ARGS'"
55
echo "Using '$GIT_BASE_BRANCH' as the base branch"
66
echo "Using '$GIT_CURRENT_BRANCH' as the current branch"

0 commit comments

Comments
 (0)