➹ New Feature implementation request
secureCodeBox scanner jobs should be accompanied with a health-check sidecar. This sidecar continuously verifies whether the endpoint is still available. If an endpoint becomes unavailable mid-scan, the scanner job should be either marked Errored or rescheduled at another time.
Is your feature request related to a problem?
Currently, if an endpoint becomes unavailable mid-scan, the scanner may not detect this and ends up returning 0 findings.
Describe the solution you'd like
The scan definition includes a lifenessProbe definition similar to those already available on Kubernetes Deployments.
As a pentester, I would like to at least verify HTTP status codes and response times on a target.
➹ New Feature implementation request
secureCodeBox scanner jobs should be accompanied with a health-check sidecar. This sidecar continuously verifies whether the endpoint is still available. If an endpoint becomes unavailable mid-scan, the scanner job should be either marked
Erroredor rescheduled at another time.Is your feature request related to a problem?
Currently, if an endpoint becomes unavailable mid-scan, the scanner may not detect this and ends up returning 0 findings.
Describe the solution you'd like
The scan definition includes a
lifenessProbedefinition similar to those already available on Kubernetes Deployments.As a pentester, I would like to at least verify HTTP status codes and response times on a target.