Hi Bergs,
When building Docker images, it is essential to provide tag names during the build process.
If no tags are specified, the default tag "latest" is automatically applied. However, without specific tags, it becomes challenging to distinguish between the latest and previous images.
To address this, you can rebuild the Docker images with appropriate tags and push them to the Docker registry for vulnerability scanning.
This approach makes it easier to identify the most recent image.
If the information is helpful, please consider by clicking the "Accept Answer & Upvote" on the post.
Thank you.