@@ -89,6 +89,8 @@ _Github PR reporter_
89
89
- [ Which version to use ?] ( #which-version-to-use- )
90
90
- [ GitHub Action] ( #github-action )
91
91
- [ GitLab CI] ( #gitlab-ci )
92
+ - [ Manual Setup] ( #manual-setup )
93
+ - [ Using R2Devops] ( #using-r2devops )
92
94
- [ Azure Pipelines] ( #azure-pipelines )
93
95
- [ Bitbucket Pipelines] ( #bitbucket-pipelines )
94
96
- [ Jenkins] ( #jenkins )
@@ -528,6 +530,8 @@ description: Manual instructions to setup MegaLinter as a Gitlab Pipeline job
528
530
-->
529
531
### GitLab CI
530
532
533
+ #### Manual setup
534
+
531
535
Create or update ` .gitlab-ci.yml` file at the root of your repository
532
536
533
537
` ` ` yaml
@@ -556,7 +560,15 @@ Create a Gitlab access token and define it in a variable **GITLAB_ACCESS_TOKEN_M
556
560
557
561

558
562
559
- 
563
+ 
564
+
565
+ # ### Using R2Devops
566
+
567
+ 
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
+ [](https://r2devops.io/marketplace/gitlab/r2devops/hub/mega_linter)
560
572
561
573
<!-- install-gitlab-section-end -->
562
574
<!-- install-azure-section-start -->
@@ -1688,20 +1700,20 @@ MegaLinter can be run locally thanks to [mega-linter-runner](https://megalinter.
1688
1700
1689
1701
- [Console](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/ConsoleReporter.md)
1690
1702
1691
- 
1703
+ 
1692
1704
1693
1705
- [Text files](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/TextReporter.md)
1694
1706
- [GitHub Pull Request comments](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/GitHubCommentReporter.md)
1695
1707
1696
- 
1708
+ 
1697
1709
1698
1710
- [Gitlab Merge Request comments](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/GitlabCommentReporter.md)
1699
1711
1700
- 
1712
+ 
1701
1713
1702
1714
- [Azure Pull Request comments](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/AzureCommentReporter.md)
1703
1715
1704
- 
1716
+ 
1705
1717
1706
1718
- [Updated sources](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/UpdatedSourcesReporter.md)
1707
1719
- [Email](https://github.com/oxsecurity/megalinter/tree/main/docs/reporters/EmailReporter.md)
0 commit comments