Skip to content

Commit 94cb4fe

Browse files
authored
Merge branch 'master' into add-python-bandit
2 parents 7e4fbb7 + 10e1465 commit 94cb4fe

File tree

11 files changed

+19
-16
lines changed

11 files changed

+19
-16
lines changed

.automation/generated/linter-helps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,8 +1128,8 @@
11281128
" of opening bracket's line.",
11291129
" --ignore errors Comma-separated list of errors and warnings to ignore",
11301130
" (or skip). For example, ``--ignore=E4,E51,W234``.",
1131-
" (Default: ['E123', 'E704', 'W504', 'E226', 'E24',",
1132-
" 'W503', 'E121', 'E126'])",
1131+
" (Default: ['E126', 'E704', 'E123', 'E24', 'W503',",
1132+
" 'E226', 'W504', 'E121'])",
11331133
" --extend-ignore errors",
11341134
" Comma-separated list of errors and warnings to add to",
11351135
" the list of ignored ones. For example, ``--extend-",

.automation/generated/linter-versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"bash-exec": "5.1.0",
55
"black": "20.8",
66
"cfn-lint": "0.52.0",
7-
"checkov": "2.0.251",
7+
"checkov": "2.0.253",
88
"checkstyle": "8.44",
99
"chktex": "1.7.6",
1010
"clippy": "0.1.53",
@@ -39,7 +39,7 @@
3939
"misspell": "0.3.4",
4040
"npm-groovy-lint": "8.2.0",
4141
"perlcritic": "1.140",
42-
"php": "7.4.19",
42+
"php": "7.4.21",
4343
"phpcs": "3.6.0",
4444
"phpstan": "0.12.91",
4545
"powershell": "7.1.3",
@@ -64,7 +64,7 @@
6464
"shellcheck": "0.7.2",
6565
"shfmt": "3.3.0",
6666
"snakefmt": "0.4.1",
67-
"snakemake": "6.5.2",
67+
"snakemake": "6.5.3",
6868
"spectral": "5.6.0",
6969
"sql-lint": "0.0.18",
7070
"sqlfluff": "0.6.0",

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Note: Can be used with `nvuillam/mega-linter@insiders` in your GitHub Action mega-linter.yml file, or with `nvuillam/mega-linter@latest` docker image
66

77
- Linter versions upgrades
8+
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 6.5.2 to **6.5.3** on 2021-07-07
9+
- [checkov](https://www.checkov.io/) from 2.0.251 to **2.0.253** on 2021-07-07
10+
- [php](https://www.php.net) from 7.4.19 to **7.4.21** on 2021-07-07
811
<!-- linter-versions-end -->
912

1013
## [4.37.0] 2021-06-22

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- mega-linter-title-end -->
1414

1515
![GitHub release](https://img.shields.io/github/v/release/nvuillam/mega-linter?sort=semver)
16-
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-337.1k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
16+
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-338.6k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
1717
[![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
1818
[![GitHub stars](https://img.shields.io/github/stars/nvuillam/mega-linter?maxAge=2592000)](https://GitHub.com/nvuillam/mega-linter/stargazers/)
1919
[![Mega-Linter](https://github.com/nvuillam/mega-linter/workflows/Mega-Linter/badge.svg?branch=master)](https://github.com/nvuillam/mega-linter/actions?query=workflow%3AMega-Linter+branch%3Amaster)

docs/all_linters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| **bash-exec** | 5.1.0 | [BASH](descriptors/bash_bash_exec.md) | <!-- --> | [Web Site](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} |
1212
| **black** | 20.8 | [PYTHON](descriptors/python_black.md) | :white_circle: | [Repository](https://github.com/psf/black){target=_blank} |
1313
| **cfn-lint** | 0.52.0 | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Web Site](https://github.com/martysweet/cfn-lint){target=_blank} |
14-
| **checkov** | 2.0.251 | [TERRAFORM](descriptors/terraform_checkov.md) | :white_circle: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} |
14+
| **checkov** | 2.0.253 | [TERRAFORM](descriptors/terraform_checkov.md) | :white_circle: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} |
1515
| **checkstyle** | 8.44 | [JAVA](descriptors/java_checkstyle.md) | :heart: | [Mega-Linter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} |
1616
| **chktex** | 1.7.6 | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Web Site](https://www.nongnu.org/chktex){target=_blank} |
1717
| **clippy** | 0.1.53 | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Web Site](https://github.com/rust-lang/rust-clippy){target=_blank} |
@@ -46,7 +46,7 @@
4646
| **misspell** | 0.3.4 | [SPELL](descriptors/spell_misspell.md) | :white_circle: | [Web Site](https://github.com/client9/misspell){target=_blank} |
4747
| **npm-groovy-lint** | 8.2.0 | [GROOVY](descriptors/groovy_npm_groovy_lint.md) | :heart: | [Mega-Linter reference](https://nvuillam.github.io/npm-groovy-lint/#mega-linter){target=_blank} |
4848
| **perlcritic** | 1.140 | [PERL](descriptors/perl_perlcritic.md) | :white_circle: | [Repository](https://github.com/Perl-Critic/Perl-Critic){target=_blank} |
49-
| **php** | 7.4.19 | [PHP](descriptors/php_php.md) | <!-- --> | [Repository](https://github.com/php/php-src){target=_blank} |
49+
| **php** | 7.4.21 | [PHP](descriptors/php_php.md) | <!-- --> | [Repository](https://github.com/php/php-src){target=_blank} |
5050
| **phpcs** | 3.6.0 | [PHP](descriptors/php_phpcs.md) | :white_circle: | [Web Site](https://github.com/squizlabs/PHP_CodeSniffer){target=_blank} |
5151
| **phpstan** | 0.12.91 | [PHP](descriptors/php_phpstan.md) | :white_circle: | [Repository](https://github.com/phpstan/phpstan){target=_blank} |
5252
| **powershell** | 7.1.3 | [POWERSHELL](descriptors/powershell_powershell.md) | :white_circle: | [Web Site](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} |
@@ -70,7 +70,7 @@
7070
| **shellcheck** | 0.7.2 | [BASH](descriptors/bash_shellcheck.md) | <!-- --> | [Web Site](https://github.com/koalaman/shellcheck){target=_blank} |
7171
| **shfmt** | 3.3.0 | [BASH](descriptors/bash_shfmt.md) | :no_entry_sign: | [Web Site](https://github.com/mvdan/sh){target=_blank} |
7272
| **snakefmt** | 0.4.1 | [SNAKEMAKE](descriptors/snakemake_snakefmt.md) | :white_circle: | [Web Site](https://github.com/snakemake/snakefmt){target=_blank} |
73-
| **snakemake** | 6.5.2 | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} |
73+
| **snakemake** | 6.5.3 | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} |
7474
| **spectral** | 5.6.0 | [OPENAPI](descriptors/openapi_spectral.md) | :white_circle: | [Repository](https://github.com/stoplightio/spectral){target=_blank} |
7575
| **sql-lint** | 0.0.18 | [SQL](descriptors/sql_sql_lint.md) | :white_circle: | [Web Site](https://github.com/joereynolds/sql-lint){target=_blank} |
7676
| **sqlfluff** | 0.6.0 | [SQL](descriptors/sql_sqlfluff.md) | :white_circle: | [Repository](https://github.com/sqlfluff/sqlfluff){target=_blank} |

docs/descriptors/php_php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## php documentation
1111

12-
- Version in Mega-Linter: **7.4.19**
12+
- Version in Mega-Linter: **7.4.21**
1313
- Visit [Official Web Site](https://www.php.net){target=_blank}
1414

1515
[![php-src - GitHub](https://gh-card.dev/repos/php/php-src.svg?fullname=)](https://github.com/php/php-src){target=_blank}

docs/descriptors/python_flake8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ optional arguments:
118118
of opening bracket's line.
119119
--ignore errors Comma-separated list of errors and warnings to ignore
120120
(or skip). For example, ``--ignore=E4,E51,W234``.
121-
(Default: ['E123', 'E704', 'W504', 'E226', 'E24',
122-
'W503', 'E121', 'E126'])
121+
(Default: ['E126', 'E704', 'E123', 'E24', 'W503',
122+
'E226', 'W504', 'E121'])
123123
--extend-ignore errors
124124
Comma-separated list of errors and warnings to add to
125125
the list of ignored ones. For example, ``--extend-

docs/descriptors/snakemake_snakemake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## snakemake documentation
1111

12-
- Version in Mega-Linter: **6.5.2**
12+
- Version in Mega-Linter: **6.5.3**
1313
- Visit [Official Web Site](https://snakemake.readthedocs.io/en/stable/){target=_blank}
1414

1515
[![snakemake - GitHub](https://gh-card.dev/repos/snakemake/snakemake.svg?fullname=)](https://github.com/snakemake/snakemake){target=_blank}

docs/descriptors/terraform_checkov.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## checkov documentation
1111

12-
- Version in Mega-Linter: **2.0.251**
12+
- Version in Mega-Linter: **2.0.253**
1313
- Visit [Official Web Site](https://www.checkov.io/){target=_blank}
1414
- See [How to disable checkov rules in files](https://www.checkov.io/2.Basics/Suppressing%20and%20Skipping%20Policies.html){target=_blank}
1515
- See [Index of problems detected by checkov](https://www.checkov.io/5.Policy%20Index/all.html){target=_blank}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- mega-linter-title-end -->
1414

1515
![GitHub release](https://img.shields.io/github/v/release/nvuillam/mega-linter?sort=semver)
16-
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-337.1k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
16+
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-338.6k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
1717
[![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
1818
[![GitHub stars](https://img.shields.io/github/stars/nvuillam/mega-linter?maxAge=2592000)](https://GitHub.com/nvuillam/mega-linter/stargazers/)
1919
[![Mega-Linter](https://github.com/nvuillam/mega-linter/workflows/Mega-Linter/badge.svg?branch=master)](https://github.com/nvuillam/mega-linter/actions?query=workflow%3AMega-Linter+branch%3Amaster)

0 commit comments

Comments
 (0)