Security scanner ignore files must not use broad “blanket” suppression that can hide future real issues.

Standard

Example

ignore:
  # CVE-2008-4318 is ignored because it affects Python,
  # and Kong images do not ship Python at runtime.
  - vulnerability: CVE-2008-4318

  # CVE-XXXX-YYYY is ignored because ... (document the reason)
  - vulnerability: CVE-XXXX-YYYY

If you think you must ignore a “fix-state”

Review checklist