gates: cargo fmt + secret-scan-clean test fixtures

nova_e2e_contract's cargo fmt --check now passes (formatting from the
Plan B circuit work), and the two scanner-flagged test fixtures use
allowlisted fake-markers: the gateway test provider key carries "dummy"
and the Go emulator API key is atto_test_abc123... (valid 32-hex,
"abc123" marker). Gateway + Go suites green; secret scan 0 findings.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Codex
2026-06-12 15:12:54 +02:00
parent 53ae31e196
commit b5cece2822

View File

@@ -102,7 +102,7 @@ func NewServer() *Server {
panic(err)
}
s := &Server{
APIKey: "atto_test_00000000000000000000000000000000",
APIKey: "atto_test_abc12300000000000000000000000000",
PublicKeyHex: hex.EncodeToString(pub),
priv: priv,
streams: map[string]attesto.M{},