Replies: 5 comments
-
|
Makes sense. The security page already has the data — it knows both "what CVEs this container has" and "is there an update available" — we just aren't surfacing the action inline. An "Update" button on rows where an update exists is a small UI change on top of APIs that already exist. Tracked for v1.6.0, slotted alongside the scanner runtime decoupling work since that's where the security page is already getting some attention. Noted and tracked. |
Beta Was this translation helpful? Give feedback.
-
|
Update: this shipped in v1.5.0-rc10 (pulled in from the v1.6.0 timeline noted above). What landed:
Pattern is aligned with Snyk / Dependabot / Docker Scout — read the scan, act on the finding, review the changelog, no page navigation required. Thanks for the suggestion. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Confirmed the bug, fixed on the next-RC branch. Root cause
FixWhen I went slightly broader than your suggestion: instead of special-casing Hide Pinned, the deep-link bypasses all filter criteria (Hide Pinned, kind, status, server, registry, search). Same reasoning extends to any of them — if a user deep-links to a container, they shouldn't need to remember which filters they left checked on their last visit. Single mental model: deep-link wins, full stop. Regression test asserts the exact scenario you hit — a pinned container with a pending update, Ships in the next RC. Thanks for the screenshot — made the bug obvious. |
Beta Was this translation helpful? Give feedback.
-
|
Working now. Feel free to close this. Thanks! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Was thinking through the usefulness of the security scans for containers, and thought it would make sense to add an update button next to containers on the security page if updates are available? That way a user could take action on a container after reviewing the security scan results.
Beta Was this translation helpful? Give feedback.
All reactions