/** * Golden-fixture tests for graph's OpenSIP SARIF output (ADR-0011 Phase 5). * * Graph's former `renderSarifOpenSip` adapter is retired: SARIF now flows * through `buildGraphEnvelope` (which applies the Option-A engine-slug → * OpenSIP rule-ID mapping at assembly) + the single shared `formatSignalSarif` * formatter (`@opensip-tools/output`). This test drives THAT path and asserts * byte-identical output against the same golden fixtures the adapter produced * — proving the migration is behaviour-preserving. * * Coverage invariants beyond per-rule equality: * 1. `tool.driver.name === 'opensip-tools-graph'` for every emission. * 2. Every `result.ruleId` matches the OpenSIP-convention regex * (`graph..`). * * Fixtures are written via Vitest's `toMatchFileSnapshot`. Regenerate after * intentional changes by deleting the file and running the test once. */ export {}; //# sourceMappingURL=sarif-opensip.test.d.ts.map