Skip to content

Commit

Permalink
Sidebar and copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz committed Mar 9, 2024
1 parent 57764fd commit 6f52f86
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
14 changes: 0 additions & 14 deletions docs/cnspec/saas/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,6 @@ cnspec> gitlab.group.visibility=="private"
[ok] value: "private"
```

Ensure the GitLab organization default permissions is set to _read_:

```coffee
cnspec> gitlab.organization.defaultRepositoryPermission == "read"
[ok] value: "read"
```

Ensure the default branch is configured with branch protection:

```coffee
cnspec> gitlab.repository.branches.where( isDefault == true ).all( protected == true )
[ok] value: true
```

## Learn more

- To learn about all the GitLab resources and properties, read the [Mondoo GitLab Resource Pack Reference](/mql/resources/gitlab-pack/).
Expand Down
2 changes: 1 addition & 1 deletion docs/cnspec/saas/google_workspace.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Assess Google Workspace Security with cnspec
sidebar_label: Google Workspace
sidebar_position: 3
sidebar_position: 4
displayed_sidebar: cnspec
description: Set up cnspec to perform security scans of Google Workspace
---
Expand Down
2 changes: 1 addition & 1 deletion docs/cnspec/saas/ms365.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Assess Microsoft 365 Security with cnspec
sidebar_label: Microsoft 365
displayed_sidebar: cnspec
sidebar_position: 4
sidebar_position: 5
description: Use cnspec to assess Microsoft 365 for security misconfigurations
image: /img/featured_img/mondoo-365.jpg
---
Expand Down
2 changes: 1 addition & 1 deletion docs/cnspec/saas/slack.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Asses Slack Security with cnspec
sidebar_label: Slack
sidebar_position: 6
sidebar_position: 7
displayed_sidebar: cnspec
description: Secure and enforce policy for your Slack workspaces
image: /img/featured_img/mondoo-feature.jpg
Expand Down

0 comments on commit 6f52f86

Please sign in to comment.