Deprecated and remove continuous vulnerability scan enablement setting
What does this MR do and why?
Deprecated and remove continuous vulnerability scans enabled.
EE: true Changelog: removed
Related issue: #462364
Example of the graphql
mutation {
projectSetContinuousVulnerabilityScanning(
input:{projectPath: "root/python-test-last",
enable: true
}){
continuousVulnerabilityScanningEnabled
}
}
{
"data": {
"projectSetContinuousVulnerabilityScanning": {
"continuousVulnerabilityScanningEnabled": true
}
}
}
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Zamir Martins