We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3443b commit ef713afCopy full SHA for ef713af
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
echo "Checking for hardcoded secrets..."
80
matches=$(grep -r "password\|secret\|api_key" --include="*.sh" . \
81
| 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)
+ | 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)
83
if [[ -n "$matches" ]]; then
84
echo "$matches"
85
echo "✗ Potential secrets found"
0 commit comments