mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
update schema
This commit is contained in:
@@ -306,6 +306,10 @@
|
|||||||
"map": {
|
"map": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "The value will be treated as a literal map type and stored in the variable"
|
"description": "The value will be treated as a literal map type and stored in the variable"
|
||||||
|
},
|
||||||
|
"secret": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Marks the variable as secret. Secret values will be masked as ***** in command logs to prevent accidental exposure of sensitive information."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|||||||
Reference in New Issue
Block a user