Commit a8367343 authored by Christophe Chaudier's avatar Christophe Chaudier
Browse files

build(mega_linter): update base image

parent 19bf3850
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ customize its behavior.
| `CONVERTED_OUTPUT_FOLDER` | Folder where are stored `CodeClimate` reports | `converted.report` |
|`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.20.0` |
| `IMAGE_TAG` | The default tag for the docker image | `v8.1.0` |
| `SARIF_CODECLIMATE_VERSION` | Version tag of the [sarif-codeclimate](https://www.npmjs.com/package/sarif-codeclimate) package to convert sarif reports | `2.1.1` |

## Artifacts
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ mega_linter:
    # End folder where reports are held
    CONVERTED_OUTPUT_FOLDER: "converted.report"
    # Image tag of the MegaLinter image used in this job
    IMAGE_TAG: "v6.20.0"
    # https://hub.docker.com/r/oxsecurity/megalinter/tags
    IMAGE_TAG: "v8.1.0"
    # Version tag of the sarif-codeclimate package to convert sarif reports
    # https://www.npmjs.com/package/sarif-codeclimate
    SARIF_CODECLIMATE_VERSION: "2.1.2"