Add scheduled security scan workflow
This commit is contained in:
@@ -34,6 +34,27 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"securityAutomation": {
|
||||
"type": "object",
|
||||
"required": ["workflow", "target", "schedule", "checks"],
|
||||
"properties": {
|
||||
"workflow": {
|
||||
"type": "string"
|
||||
},
|
||||
"target": {
|
||||
"type": "string"
|
||||
},
|
||||
"schedule": {
|
||||
"type": "string"
|
||||
},
|
||||
"checks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"workflows": {
|
||||
"type": "object",
|
||||
"required": ["newRepository", "existingProject", "quickstart"],
|
||||
@@ -90,4 +111,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user