Skip to content

Commit 8235700

Browse files
authored
Fix publisher trusted algorithms structure for compute dataset. (#125)
* Fix publisher trusted algorithms structure for compute dataset. * Export node version. * remove node custom image tag.
1 parent 93beda0 commit 8235700

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

metadata/simpleComputeDataset.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,14 @@
4242
"compute": {
4343
"allowRawAlgorithm": false,
4444
"allowNetworkAccess": true,
45-
"publisherTrustedAlgorithmPublishers": ["*"],
46-
"publisherTrustedAlgorithms": ["*"]
45+
"publisherTrustedAlgorithmPublishers": ["*"],
46+
"publisherTrustedAlgorithms": [
47+
{
48+
"did": "*",
49+
"filesChecksum": "*",
50+
"containerSectionChecksum": "*"
51+
}
52+
]
4753
}
4854
}
4955
],

0 commit comments

Comments
 (0)