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:
@@ -102,7 +102,7 @@ func NewServer() *Server {
|
|||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
s := &Server{
|
s := &Server{
|
||||||
APIKey: "atto_test_00000000000000000000000000000000",
|
APIKey: "atto_test_abc12300000000000000000000000000",
|
||||||
PublicKeyHex: hex.EncodeToString(pub),
|
PublicKeyHex: hex.EncodeToString(pub),
|
||||||
priv: priv,
|
priv: priv,
|
||||||
streams: map[string]attesto.M{},
|
streams: map[string]attesto.M{},
|
||||||
|
|||||||
Reference in New Issue
Block a user