Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Blog Post for Gitlab #737

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions website/blog/2025-03-17-maester-with-gitlab/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Maester Adds Support for GitLab
description: Maester is now available for GitLab
slug: maester-with-gitlab
#authors: wey
tags: [gitlab]
hide_table_of_contents: false
date: 2025-03-17
image: ./img/maester-gitlab.png
#draft: true # Draft
#unlisted: true # https://github.com/facebook/docusaurus/pull/1396#issuecomment-487561180
---

Maester now works seamlessly with GitLab! Teams using GitLab pipelines can easily integrate Maester into their CI/CD workflows to run automated security checks and enhance their security monitoring.

<!-- truncate -->

## Measter is running on Gitlab

![Maester Gitlab](img/maester-gitlab.png)

### Why It Matters

- Run automated Microsoft 365 security tests in GitLab pipelines
- Quick setup - get started in minutes
- Clear and actionable security test reports

### Get Started

Follow the step-by-step guide to set up Maester in GitLab:

- Documentation: [Set up Maester in GitLab](https://maester.dev/docs/monitoring/gitlab)

## Contributor

- [Stefan Wey](https://maester.dev/blog/authors/wey)

<!--
@weyCC81 Would love it if you could do a short Maester blog post 'Maester add's support for GitLab' and point to this doc page!
-->
2 changes: 1 addition & 1 deletion website/docs/monitoring/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GitLab for personal projects (Free):
-->
### Create a new blank project to always use the latest available public Maester Tests

- On the left sidebar, at the top, select Create new () and New project/repository.
- On the left sidebar, at the top, select 'Create new ()' and 'New project/repository'.
- Select [Create a blank project](https://docs.gitlab.com/ee/user/project/index.html#create-a-blank-project)

Visibility Level: Private
Expand Down
Loading