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
The ability to ignore detected CVEs was previously partially implemented. During a refactor, we found that ignoredCVEs in the rule's reconcile method was unused.
This feature can be fully implemented later. The partially implemented feature used this in the spec, which can be used for reference:
// Global Ignore CVEsIgnoredCVERule []string`json:"ignoredCVERule,omitempty" yaml:"ignoredCVERule,omitempty"`
The text was updated successfully, but these errors were encountered:
@mattwelke IMO this issue is not actionable. Can you please define what you'd consider to be a full implementation? What is missing? What are the acceptance criteria?
Summary
The ability to ignore detected CVEs was previously partially implemented. During a refactor, we found that
ignoredCVEs
in the rule's reconcile method was unused.This feature can be fully implemented later. The partially implemented feature used this in the spec, which can be used for reference:
The text was updated successfully, but these errors were encountered: