mirror of
https://github.com/go-task/task.git
synced 2026-06-29 07:34:18 +00:00
feat: checksum pinning (#2223)
This commit is contained in:
@@ -684,6 +684,10 @@
|
||||
"vars": {
|
||||
"description": "A set of variables to apply to the included Taskfile.",
|
||||
"$ref": "#/definitions/vars"
|
||||
},
|
||||
"checksum": {
|
||||
"description": "The checksum of the file you expect to include. If the checksum does not match, the file will not be included.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user