Skip to content

Commit 82f413d

Browse files
Verify with OPA 0.43.0
1 parent 601f7da commit 82f413d

File tree

11 files changed

+14
-11
lines changed

11 files changed

+14
-11
lines changed

sample-policies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Main file from https://github.com/open-policy-agent/opa/tree/main/capabilities
99

1010
`
11-
.\concat-capabilities.ps1 -Files v0.42.0.json, simple-custom-builtincall.capabilities.json, custom-builtincall.capabilities.json -Destination unittest.capabilities.json
11+
.\concat-capabilities.ps1 -Files v0.43.0.json, simple-custom-builtincall.capabilities.json, custom-builtincall.capabilities.json -Destination unittest.capabilities.json
1212
`
1313

1414
## Step 2: Building WASMs

sample-policies/abort.wasm

-21 Bytes
Binary file not shown.

sample-policies/builtincall.wasm

-21 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.

sample-policies/example.wasm

-21 Bytes
Binary file not shown.

sample-policies/math-builtin.wasm

-21 Bytes
Binary file not shown.

sample-policies/multi.wasm

-21 Bytes
Binary file not shown.

sample-policies/rbac.wasm

-21 Bytes
Binary file not shown.
-21 Bytes
Binary file not shown.

sample-policies/unittest.capabilities.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -992,10 +992,18 @@
992992
"type": "string"
993993
},
994994
{
995-
"dynamic": {
996-
"type": "string"
997-
},
998-
"type": "array"
995+
"of": [
996+
{
997+
"type": "null"
998+
},
999+
{
1000+
"dynamic": {
1001+
"type": "string"
1002+
},
1003+
"type": "array"
1004+
}
1005+
],
1006+
"type": "any"
9991007
},
10001008
{
10011009
"type": "string"
@@ -3901,11 +3909,6 @@
39013909
"decl": {
39023910
"args": [
39033911
{
3904-
"of": [
3905-
{
3906-
"type": "any"
3907-
}
3908-
],
39093912
"type": "any"
39103913
}
39113914
],

0 commit comments

Comments
 (0)