From 984bb4625fbb2dca4f3f398afed825aeaa383ed4 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:24:38 +0200 Subject: [PATCH] scout: add roles and permissions Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/docker-hub/roles-and-permissions.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/docker-hub/roles-and-permissions.md b/content/docker-hub/roles-and-permissions.md index dc8fc23e3f..74306755c9 100644 --- a/content/docker-hub/roles-and-permissions.md +++ b/content/docker-hub/roles-and-permissions.md @@ -77,3 +77,15 @@ The following outlines organization management permissions for member, editor, o | Upgrade and downgrade plans | ❌ | ❌ | ✅ | ✅ | _\* If not part of a company_ + +### Docker Scout + +The following outlines Docker Scout management permissions for member, editor, and organization owner roles. + +| Permission | Member | Editor | Organization owner | +| :---------------------------------------------------- | :----- | :----- | :----------------- | +| View and compare analysis results | ✅ | ✅ | ✅ | +| Upload analysis records | ✅ | ✅ | ✅ | +| Activate and deactivate Docker Scout for a repository | ❌ | ✅ | ✅ | +| Create environments | ❌ | ❌ | ✅ | +| Manage registry integrations | ❌ | ❌ | ✅ |