You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git-secrets-scan-action/entrypoint.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,9 @@ cd ${WORK_DIR}
15
15
# $1(path) defaults to '.' and can be a path relative to WORK_DIR or can also be an absolute path as well.
16
16
if [[ -d"$1"&&!-z"$(ls -A $1)" ]];then
17
17
cd$1
18
+
echo"Scanning in the repo located at: $(pwd)"
18
19
else
19
-
echo"the provided path variable does not point to a valid directory or is empty. Does the path input variable point to the directory where your repo is checked-out?"
20
+
echo"The provided path variable does not point to a valid directory or is empty. Does the path input variable point to the directory where your repo is checked-out?"
0 commit comments