docs(testing): regenerate skip-inventory after SEC-001 types_test.go edit (CI guard skip-inventory-drift)

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.
This commit is contained in:
shankar0123
2026-05-16 04:15:35 +00:00
parent 657a699564
commit c40690e42d
+2 -2
View File
@@ -4,7 +4,7 @@
<!-- Re-run after adding or removing any t.Skip(). CI guard: --> <!-- Re-run after adding or removing any t.Skip(). CI guard: -->
<!-- scripts/ci-guards/skip-inventory-drift.sh --> <!-- scripts/ci-guards/skip-inventory-drift.sh -->
> Last reviewed: 2026-05-14 > Last reviewed: 2026-05-16
## Summary ## Summary
@@ -103,7 +103,7 @@ Re-run inventory with: `./scripts/skip-inventory.sh`.
### `internal/auth/oidc/domain` ### `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` ### `internal/auth/oidc`