Skip to content

Commit ef713af

Browse files
committed
update test
1 parent 8a3443b commit ef713af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "Checking for hardcoded secrets..."
8080
matches=$(grep -r "password\|secret\|api_key" --include="*.sh" . \
8181
| grep -v "# \|test" \
82-
| grep -v -E "lib/core/sudo\.sh|lib/core/app_protection\.sh|lib/clean/user\.sh|lib/clean/brew\.sh|bin/optimize\.sh" || true)
82+
| grep -v -E "lib/core/sudo\.sh|lib/core/app_protection\.sh|lib/clean/user\.sh|lib/clean/brew\.sh|bin/optimize\.sh|lib/clean/apps\.sh" || true)
8383
if [[ -n "$matches" ]]; then
8484
echo "$matches"
8585
echo "✗ Potential secrets found"

0 commit comments

Comments
 (0)