Skip to content

Commit cef7fbe

Browse files
committed
Add R2DevOps way to setup MegaLinter on Gitlab
Fixes #3065
1 parent 55f2d6f commit cef7fbe

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ _Github PR reporter_
8989
- [Which version to use ?](#which-version-to-use-)
9090
- [GitHub Action](#github-action)
9191
- [GitLab CI](#gitlab-ci)
92+
- [Manual Setup](#manual-setup)
93+
- [Using R2Devops](#using-r2devops)
9294
- [Azure Pipelines](#azure-pipelines)
9395
- [Bitbucket Pipelines](#bitbucket-pipelines)
9496
- [Jenkins](#jenkins)
@@ -528,6 +530,8 @@ description: Manual instructions to setup MegaLinter as a Gitlab Pipeline job
528530
-->
529531
### GitLab CI
530532
533+
#### Manual setup
534+
531535
Create or update `.gitlab-ci.yml` file at the root of your repository
532536

533537
```yaml
@@ -558,6 +562,14 @@ Create a Gitlab access token and define it in a variable **GITLAB_ACCESS_TOKEN_M
558562

559563
![Screenshot](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/images/TextReporter_gitlab_1.jpg?raw=true>)
560564

565+
#### Using R2Devops
566+
567+
![R2Devops Logo](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/images/r2devops-logo.jpg?raw=true>)
568+
569+
Out friends at [R2Devops](https://r2devops.io/) have packaged a [Gitlab-CI MegaLinter workflow](https://r2devops.io/marketplace/gitlab/r2devops/hub/mega_linter) on their [open-source templates marketplace](https://r2devops.io/marketplace), and it can post MegaLinter results in Gitlab Code Quality Reports !
570+
571+
[![Screenshot](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/images/r2devops-link.jpg?raw=true>)](https://r2devops.io/marketplace/gitlab/r2devops/hub/mega_linter)
572+
561573
<!-- install-gitlab-section-end -->
562574
<!-- install-azure-section-start -->
563575
<!-- markdown-headers

docs/assets/images/r2devops-link.jpg

26 KB
Loading

docs/assets/images/r2devops-logo.jpg

5.03 KB
Loading

0 commit comments

Comments
 (0)