We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93beda0 commit 8235700Copy full SHA for 8235700
1 file changed
metadata/simpleComputeDataset.json
@@ -42,8 +42,14 @@
42
"compute": {
43
"allowRawAlgorithm": false,
44
"allowNetworkAccess": true,
45
- "publisherTrustedAlgorithmPublishers": ["*"],
46
- "publisherTrustedAlgorithms": ["*"]
+ "publisherTrustedAlgorithmPublishers": ["*"],
+ "publisherTrustedAlgorithms": [
47
+ {
48
+ "did": "*",
49
+ "filesChecksum": "*",
50
+ "containerSectionChecksum": "*"
51
+ }
52
+ ]
53
}
54
55
],
0 commit comments