Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/organizations/ai-risk-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ To access the AI Risk Hub, select an organization from the top navigation bar an

Inside this hub, you can find the following tabs to help you monitor the AI risk of your organization:

- [Overview](#overview)
- [AI assets](#ai-assets)
- [Tools & workflows](#tools-workflows)
| Tab | Who can access |
|-----|----------------|
| [Overview](#overview) | All organization members |
| [AI assets](#ai-assets) | Organization managers and admins only |
| [Tools & workflows](#tools-workflows) | Organization managers and admins only |

---

Expand Down
48 changes: 48 additions & 0 deletions docs/organizations/roles-and-permissions-for-organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,24 @@ The table below maps the GitHub Cloud and GitHub Enterprise roles to the corresp
<td class="yes">Yes</td>
<td class="yes">Yes</td>
</tr>
<tr>
<td>Access AI Risk Hub Overview</td>
<td class="no">No</td>
<td colspan="2" class="yes">Yes</td>
<td colspan="2" class="yes">Yes</td>
<td class="yes">Yes</td>
<td class="yes">Yes</td>
<td class="yes">Yes</td>
</tr>
<tr>
<td>Access AI Risk Hub AI assets and Tools &amp; workflows</td>
<td class="no">No</td>
<td colspan="2" class="no">No</td>
<td colspan="2" class="no">No</td>
<td class="no">No</td>
<td class="yes">Yes</td>
<td class="yes">Yes</td>
</tr>
<tr>
<td>Ignore issues and files,<br/>configure code patterns,<br/>reanalyze branches and pull requests</td>
<td class="no">No</td>
Expand Down Expand Up @@ -289,6 +307,24 @@ The table below maps the GitLab Cloud and GitLab Enterprise roles to the corresp
<td class="yes">Yes</td>
<td colspan="2" class="yes">Yes</td>
</tr>
<tr>
<td>Access AI Risk Hub Overview</td>
<td class="no">No</td>
<td colspan="2" class="yes">Yes</td>
<td class="yes">Yes</td>
<td colspan="2" class="yes">Yes</td>
<td class="yes">Yes</td>
<td colspan="2" class="yes">Yes</td>
</tr>
<tr>
<td>Access AI Risk Hub AI assets and Tools &amp; workflows</td>
<td class="no">No</td>
<td colspan="2" class="no">No</td>
<td class="no">No</td>
<td colspan="2" class="no">No</td>
<td class="yes">Yes</td>
<td colspan="2" class="yes">Yes</td>
</tr>
<tr>
<td>Ignore issues and files,<br/>configure code patterns,<br/>reanalyze branches and pull requests</td>
<td class="no">No</td>
Expand Down Expand Up @@ -435,6 +471,18 @@ The table below maps the Bitbucket Cloud and Bitbucket Server roles to the corre
<td class="yes">Yes</td>
<td class="yes">Yes</td>
</tr>
<tr>
<td>Access AI Risk Hub Overview</td>
<td colspan="2" class="yes">Yes</td>
<td class="yes">Yes</td>
<td class="yes">Yes</td>
</tr>
<tr>
<td>Access AI Risk Hub AI assets and Tools &amp; workflows</td>
<td colspan="2" class="no">No</td>
<td class="yes">Yes</td>
<td class="yes">Yes</td>
</tr>
<tr>
<td>Ignore issues and files,<br/>configure code patterns,<br/>reanalyze branches and pull requests</td>
<td colspan="2" class="maybe"><a href="#change-analysis-configuration">Configurable</a></td>
Expand Down
Loading