perf(test): move temp path guard to check

This commit is contained in:
Peter Steinberger
2026-04-20 19:07:18 +01:00
parent 8ea7866356
commit 305d04b758
4 changed files with 147 additions and 205 deletions

View File

@@ -9,6 +9,7 @@ export async function main(argv = process.argv.slice(2)) {
const tailChecks = [
{ name: "webhook body guard", args: ["lint:webhook:no-low-level-body-read"] },
{ name: "temp path guard", args: ["check:temp-path-guardrails"] },
{ name: "pairing store guard", args: ["lint:auth:no-pairing-store-group"] },
{ name: "pairing account guard", args: ["lint:auth:pairing-account-scope"] },
includeArchitecture