- Revamped Images tab to show a summary of all image vulnerabilities. Images are scanned using Grype, an open source image scanning tool. (see https://github.com/anchore/grype). Image scan time depends on a number of factors, refer to KnownIssues.md for more info.
- Added Redis on the backend to implement query caching for the scanned image vulnerabilities to reduce latency on image tab.
- Fixed responsiveness with media queries across various multiple tabs.
- Fixed frontend bug where fetchImages was being called twice and rendering unpredictably.
- Made styles and UI more consistent with the Docketeer splashpage
- Cleaned up unused npm packages to reduce bundle size. Removed from root folder(cors, bcryptjs, next, ALL webpack loaders (babel, css, files, styles, etc..), tailwindcss, all @types related to packages etc...). Removed css-loader, style-loader from /UI
- Removed unused dockerfiles from /extension