fix(ql3): stream sparse process logs within exact byte quotas

This commit is contained in:
whyour
2026-09-04 05:32:25 +08:00
parent ed4ba9b817
commit efb7379fa9
10 changed files with 287 additions and 12 deletions
+4
View File
@@ -442,6 +442,10 @@ function auditWorkflow(contents, findings) {
'--security-opt no-new-privileges',
'--memory=128m',
'--pids-limit=64',
'Verify live sparse output and byte quotas in the installed runtime',
'for capture_image in "${IMAGE}" "${CONSOLE_IMAGE}"; do',
'--test --test-name-pattern=\'publishes sparse|keeps byte-exact|rejects unsupported\'',
'/opt/qinglong/node_modules/@qinglong/local-process/test/launcher.test.cjs',
'scripts/ql3-local-image-inventory.cjs',
'scripts/ql3-local-console-image-inventory.cjs',
'--inventory-root=/opt/qinglong/node_modules',