You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Support the ability for a validation to be classified as a healthcheck such that - by itself it does not result in a finding state of satisfied but does allow for state of not-satisfied when failing.
This allows for early debugging with evidence collection to support the the prerequisite state is not met. This could also result in not-executing follow-on validations.
Describe alternatives you've considered
always place a placeholder validation with a healthcheck validation to ensure the finding never results in satisfied until multiple validations establish provenance of the check.
Additional context
Add any other context or screenshots about the feature request here.
Expected Deliverable
Ability to classify validations
healthcheck in isolation never results in a satisfied finding
tests
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Support the ability for a validation to be classified as a
healthcheck
such that - by itself it does not result in afinding
state ofsatisfied
but does allow for state ofnot-satisfied
when failing.This allows for early debugging with evidence collection to support the the prerequisite state is not met. This could also result in not-executing follow-on validations.
Describe alternatives you've considered
always place a placeholder validation with a healthcheck validation to ensure the finding never results in
satisfied
until multiple validations establish provenance of the check.Additional context
Add any other context or screenshots about the feature request here.
Expected Deliverable
satisfied
findingThe text was updated successfully, but these errors were encountered: