title label incorrectly identifies the image as Postgresql11, while it's actually 16
Summary
The hardening_manifest.yaml shows org.opencontainers.image.title: "postgresql11"
, while the source is in Postgresql16.
Steps to reproduce
View hardening_manifest.yaml or look up image on the IBFE
What is the current bug behavior?
Incorrectly identified in IBFE
What is the expected correct behavior?
IBFE identifies this image as Postgresql16
Possible fixes
update org.opencontainers.image.title: "postgresql11"
to org.opencontainers.image.title: "postgresql16"
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info