From c40690e42d5f682a15eaf67d62b12dbb6f4b7343 Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Sat, 16 May 2026 04:15:35 +0000 Subject: [PATCH] docs(testing): regenerate skip-inventory after SEC-001 types_test.go edit (CI guard skip-inventory-drift) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SEC-001's TestOIDCProvider_Validate_RejectsSSRFIssuer addition in internal/auth/oidc/domain/types_test.go shifted an existing t.Skip site from line 186 → line 221. The auto-generated inventory at docs/testing/skip-inventory.md still pointed at the old line, so scripts/ci-guards/skip-inventory-drift.sh failed the build. Regenerated via scripts/skip-inventory.sh and bumped the '> Last reviewed:' header. Inventory now matches the live tree exactly. --- docs/testing/skip-inventory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/testing/skip-inventory.md b/docs/testing/skip-inventory.md index a352dcb..251f7f6 100644 --- a/docs/testing/skip-inventory.md +++ b/docs/testing/skip-inventory.md @@ -4,7 +4,7 @@ -> Last reviewed: 2026-05-14 +> Last reviewed: 2026-05-16 ## Summary @@ -103,7 +103,7 @@ Re-run inventory with: `./scripts/skip-inventory.sh`. ### `internal/auth/oidc/domain` -- `internal/auth/oidc/domain/types_test.go:186` — t.Skip() +- `internal/auth/oidc/domain/types_test.go:221` — t.Skip() ### `internal/auth/oidc`