Commit 638e38e1 authored by GridexX's avatar GridexX
Browse files

feat(megalinter): update sarif-codeclimate version



Signed-off-by: default avatarGridexX <arsene582@gmail.com>
parent 04983909
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [1.9.0] - 2023-01-27
* Bump sarif-codeclimate version to 2.1.1

## [1.8.0] - 2023-01-18
* Bump megalinter image version to v6.18.0
* Remove Junit reports
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ customize its behavior.
|`GITLAB_COMMENT_REPORTER` | Posts Mega-Linter results summary in the comments of the related merge request ([⚠️ GitLab API access require](https://oxsecurity.github.io/megalinter/latest/reporters/GitlabCommentReporter/#configuration){:target="_blank"}) | `true` |
| `DISABLE_LINTERS` | Comma separated list of linters to be disabled | ` ` |
| `IMAGE_TAG` | The default tag for the docker image | `v6.18.0` |
| `SARIF_CODECLIMATE_VERSION` | Version tag of the [sarif-codeclimate](https://www.npmjs.com/package/sarif-codeclimate) package to convert sarif reports | `1.0.2` |
| `SARIF_CODECLIMATE_VERSION` | Version tag of the [sarif-codeclimate](https://www.npmjs.com/package/sarif-codeclimate) package to convert sarif reports | `2.1.1` |


## Optimize MegaLinter
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ mega_linter:
    IMAGE_TAG: "v6.18.0"
    # Version tag of the sarif-codeclimate package to convert sarif reports
    # https://www.npmjs.com/package/sarif-codeclimate
    SARIF_CODECLIMATE_VERSION: "1.0.2"
    SARIF_CODECLIMATE_VERSION: "2.1.1"
  script:
    - FAILED=false
    - |