Skip to content

Commit 1b3e695

Browse files
committed
fix: add attestationConfig to test proxy config
1 parent 0e42bd4 commit 1b3e695

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/git-proxy-cli/test/testCli.proxy.config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
"enabled": false
2525
}
2626
],
27+
"attestationConfig": {
28+
"questions": [
29+
{
30+
"label": "Authorising via GitProxy CLI",
31+
"required": true
32+
}
33+
]
34+
},
2735
"authentication": [
2836
{
2937
"type": "local",

0 commit comments

Comments
 (0)