Skip to content

Commit eca13fc

Browse files
committed
Release MegaLinter v6.5.0
1 parent 892482b commit eca13fc

File tree

20 files changed

+37
-38
lines changed

20 files changed

+37
-38
lines changed

CHANGELOG.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image
1010

11+
- Linter versions upgrades
12+
<!-- linter-versions-end -->
13+
14+
## [v6.5.0] - 2022-08-15
15+
1116
- npm-groovy-lint: Use Cli lint mode `list_of_files` for much better performances
1217
- Disable proselint by default if .proselintrc file is not found
1318

1419
- Linter versions upgrades
15-
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 9.5.0 to **10.0.0** on 2022-08-14
16-
- [checkov](https://www.checkov.io/) from 2.1.121 to **2.1.122** on 2022-08-14
17-
- [eslint](https://eslint.org) from 8.21.0 to **8.22.0** on 2022-08-14
18-
- [checkov](https://www.checkov.io/) from 2.1.122 to **2.1.123** on 2022-08-14
19-
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 10.0.0 to **10.0.3** on 2022-08-15
20-
- [checkov](https://www.checkov.io/) from 2.1.123 to **2.1.126** on 2022-08-15
21-
- [rstcheck](https://github.com/myint/rstcheck) from 6.0.0 to **6.1.0** on 2022-08-15
22-
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 10.0.3 to **10.1.0** on 2022-08-15
23-
- [checkov](https://www.checkov.io/) from 2.1.126 to **2.1.127** on 2022-08-15
24-
- [gitleaks](https://github.com/zricethezav/gitleaks) from 8.10.2 to **8.10.3** on 2022-08-15
25-
<!-- linter-versions-end -->
20+
- [checkov](https://www.checkov.io/) from 2.1.121 to **2.1.127**
21+
- [eslint](https://eslint.org) from 8.21.0 to **8.22.0**
22+
- [gitleaks](https://github.com/zricethezav/gitleaks) from 8.10.2 to **8.10.3**
23+
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 9.5.0 to **10.1.0**
24+
- [rstcheck](https://github.com/myint/rstcheck) from 6.0.0 to **6.1.0**
2625

2726
## [v6.4.0] - 2022-08-12
2827

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ _Github PR reporter_
8080
- [Other](#other)
8181
- [Installation](#installation)
8282
- [Assisted installation](#assisted-installation)
83-
- [Upgrade from MegaLinter v4](#upgrade-from-megalinter-v4)
83+
- [Upgrade to MegaLinter v6](#upgrade-to-megalinter-v6)
8484
- [Manual installation](#manual-installation)
8585
- [GitHub Action](#github-action)
8686
- [Azure Pipelines](#azure-pipelines)
@@ -316,9 +316,9 @@ Just run `npx mega-linter-runner --install` at the root of your repository and a
316316

317317
![Runner Install](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/images/mega-linter-runner-generator.gif?raw=true)
318318

319-
### Upgrade from MegaLinter v4
319+
### Upgrade to MegaLinter v6
320320

321-
- Run `npx mega-linter-runner --upgrade` to automatically upgrade your configuration to v5 :)
321+
- Run `npx mega-linter-runner --upgrade` to automatically upgrade your configuration from v4 or v5 to v6 :)
322322

323323
### Manual installation
324324

@@ -478,7 +478,7 @@ You may activate [File.io reporter](https://megalinter.github.io/reporters/FileI
478478
stage('MegaLinter') {
479479
agent {
480480
docker {
481-
image 'oxsecurity/megalinter:v5'
481+
image 'oxsecurity/megalinter:v6'
482482
args "-u root -e VALIDATE_ALL_CODEBASE=true -v ${WORKSPACE}:/tmp/lint --entrypoint=''"
483483
reuseNode true
484484
}
@@ -506,7 +506,7 @@ mega-linter:
506506
stage: test
507507
# You can override MegaLinter flavor used to have faster performances
508508
# More info at https://megalinter.github.io/flavors/
509-
image: oxsecurity/megalinter:v5
509+
image: oxsecurity/megalinter:v6
510510
script: [ "true" ] # if script: ["true"] does not work, you may try -> script: [ "/bin/bash /entrypoint.sh" ]
511511
variables:
512512
# All available variables are described in documentation
@@ -854,7 +854,7 @@ To improve run performances, we generate **Flavored MegaLinter images** containi
854854
- When using default MegaLinter, if a MegaLinter Flavor would cover all your project requirements, a message is added in the logs
855855
- If your project uses a MegaLinter Flavor not covering linter requirements, an error message will be thrown with instructions about how to solve the issue
856856

857-
_The following table does not display docker pulls from [MegaLinter v4 images](https://hub.docker.com/r/nvuillam/mega-linter)._
857+
_The following table does not display docker pulls from [MegaLinter v4 & v5 images](https://hub.docker.com/r/nvuillam/mega-linter)._
858858

859859
<!-- flavors-table-start -->
860860
| <!-- --> | Flavor | Description | Embedded linters | Info |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter:v6.4.0"
10+
image: "docker://oxsecurity/megalinter:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

docs/flavors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To improve run performances, we generate **Flavored MegaLinter images** containi
99
- When using default MegaLinter, if a MegaLinter Flavor would cover all your project requirements, a message is added in the logs
1010
- If your project uses a MegaLinter Flavor not covering linter requirements, an error message will be thrown with instructions about how to solve the issue
1111

12-
_The following table does not display docker pulls from [MegaLinter v4 images](https://hub.docker.com/r/nvuillam/mega-linter)._
12+
_The following table does not display docker pulls from [MegaLinter v4 & v5 images](https://hub.docker.com/r/nvuillam/mega-linter)._
1313

1414
<!-- flavors-table-start -->
1515
| <!-- --> | Flavor | Description | Embedded linters | Info |

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Just run `npx mega-linter-runner --install` at the root of your repository and a
1010

1111
![Runner Install](https://github.com/oxsecurity/megalinter/blob/main/docs/assets/images/mega-linter-runner-generator.gif?raw=true)
1212

13-
## Upgrade from MegaLinter v4
13+
## Upgrade to MegaLinter v6
1414

15-
- Run `npx mega-linter-runner --upgrade` to automatically upgrade your configuration to v5 :)
15+
- Run `npx mega-linter-runner --upgrade` to automatically upgrade your configuration from v4 or v5 to v6 :)
1616

1717
## Manual installation
1818

@@ -172,7 +172,7 @@ You may activate [File.io reporter](https://megalinter.github.io/reporters/FileI
172172
stage('MegaLinter') {
173173
agent {
174174
docker {
175-
image 'oxsecurity/megalinter:v5'
175+
image 'oxsecurity/megalinter:v6'
176176
args "-u root -e VALIDATE_ALL_CODEBASE=true -v ${WORKSPACE}:/tmp/lint --entrypoint=''"
177177
reuseNode true
178178
}
@@ -200,7 +200,7 @@ mega-linter:
200200
stage: test
201201
# You can override MegaLinter flavor used to have faster performances
202202
# More info at https://megalinter.github.io/flavors/
203-
image: oxsecurity/megalinter:v5
203+
image: oxsecurity/megalinter:v6
204204
script: [ "true" ] # if script: ["true"] does not work, you may try -> script: [ "/bin/bash /entrypoint.sh" ]
205205
variables:
206206
# All available variables are described in documentation

flavors/ci_light/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-ci_light:v6"
10+
image: "docker://oxsecurity/megalinter-ci_light:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/documentation/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-documentation:v6"
10+
image: "docker://oxsecurity/megalinter-documentation:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-dotnet:v6"
10+
image: "docker://oxsecurity/megalinter-dotnet:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/go/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-go:v6"
10+
image: "docker://oxsecurity/megalinter-go:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/java/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-java:v6"
10+
image: "docker://oxsecurity/megalinter-java:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/javascript/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-javascript:v6"
10+
image: "docker://oxsecurity/megalinter-javascript:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/php/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-php:v6"
10+
image: "docker://oxsecurity/megalinter-php:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-python:v6"
10+
image: "docker://oxsecurity/megalinter-python:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/ruby/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-ruby:v6"
10+
image: "docker://oxsecurity/megalinter-ruby:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-rust:v6"
10+
image: "docker://oxsecurity/megalinter-rust:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/salesforce/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-salesforce:v6"
10+
image: "docker://oxsecurity/megalinter-salesforce:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/security/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-security:v6"
10+
image: "docker://oxsecurity/megalinter-security:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/swift/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-swift:v6"
10+
image: "docker://oxsecurity/megalinter-swift:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

flavors/terraform/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://oxsecurity/megalinter-terraform:v6"
10+
image: "docker://oxsecurity/megalinter-terraform:v6.5.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

mega-linter-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mega-linter-runner",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/oxsecurity/megalinter.git"

0 commit comments

Comments
 (0)