2026-08-27 21:09:14 +00:00
|
|
|
import { runSecurityScannerTests } from "./bun-security-scanner-matrix-runner";
|
|
|
|
|
|
|
|
|
|
// See ./bun-security-scanner-matrix-with-node-modules.test.ts
|
|
|
|
|
// for notes on what this is and why it exists
|
|
|
|
|
runSecurityScannerTests(import.meta.path, false);
|