Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 4540fc5

Browse files
committed
just in case
1 parent c4118ad commit 4540fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runner/builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ sbuild_builder()
163163
echo '|--- Docs: https://docs.pkgforge.dev/repositories/pkgcache ---|' >> "${LOGPATH}"
164164
echo '|--- Bugs/Issues: https://github.com/pkgforge/soarpkgs/issues ---|' >> "${LOGPATH}"
165165
echo '|-----------------------------------------------------------------|' >> "${LOGPATH}"
166-
grep -viE 'github_pat|ghp_|glpat|hf_|token|access_key_id|secret_access_key|cloudflarestorage' "${TEMP_LOG}" >> "${LOGPATH}" && rm "${TEMP_LOG}" 2>/dev/null
166+
grep -viE 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA|github_pat|ghp_|glpat|hf_|token|access_key_id|secret_access_key|cloudflarestorage' "${TEMP_LOG}" >> "${LOGPATH}" && rm "${TEMP_LOG}" 2>/dev/null
167167
fi
168168
}
169169
export -f sanitize_logs

0 commit comments

Comments
 (0)