Skip to content

Commit b2d941e

Browse files
Merge pull request #940 from q384566678/defaultAction-fix
schema: add allowed values for defaultAction
2 parents 75c847a + 8558116 commit b2d941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/config-linux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"properties": {
230230
"defaultAction": {
231231
"id": "https://opencontainers.org/schema/bundle/linux/seccomp/defaultAction",
232-
"type": "string"
232+
"$ref": "defs-linux.json#/definitions/SeccompAction"
233233
},
234234
"architectures": {
235235
"id": "https://opencontainers.org/schema/bundle/linux/seccomp/architectures",

0 commit comments

Comments
 (0)