Skip to content

Commit

Permalink
Release MegaLinter v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jul 26, 2023
1 parent 373b28c commit 63776c4
Show file tree
Hide file tree
Showing 158 changed files with 2,763 additions and 2,761 deletions.
60 changes: 30 additions & 30 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1653,8 +1653,8 @@
3065250
],
[
"2023-07-26T17:59:23",
3068627
"2023-07-26T22:24:03",
3068888
]
],
"ci_light": [
Expand Down Expand Up @@ -3311,8 +3311,8 @@
80468
],
[
"2023-07-26T17:59:23",
80975
"2023-07-26T22:24:03",
80997
]
],
"cupcake": [
Expand Down Expand Up @@ -3949,8 +3949,8 @@
21432
],
[
"2023-07-26T17:59:23",
21776
"2023-07-26T22:24:03",
21830
]
],
"dart": [
Expand Down Expand Up @@ -6517,8 +6517,8 @@
167661
],
[
"2023-07-26T17:59:23",
168134
"2023-07-26T22:24:03",
168168
]
],
"dotnet": [
Expand Down Expand Up @@ -8175,8 +8175,8 @@
409626
],
[
"2023-07-26T17:59:23",
410430
"2023-07-26T22:24:03",
410523
]
],
"dotnetweb": [
Expand Down Expand Up @@ -8217,7 +8217,7 @@
41
],
[
"2023-07-26T17:59:23",
"2023-07-26T22:24:03",
66
]
],
Expand Down Expand Up @@ -9875,8 +9875,8 @@
24962
],
[
"2023-07-26T17:59:23",
25220
"2023-07-26T22:24:03",
25227
]
],
"java": [
Expand Down Expand Up @@ -11533,8 +11533,8 @@
130154
],
[
"2023-07-26T17:59:23",
130574
"2023-07-26T22:24:03",
130587
]
],
"javascript": [
Expand Down Expand Up @@ -13191,8 +13191,8 @@
314353
],
[
"2023-07-26T17:59:23",
316195
"2023-07-26T22:24:03",
316347
]
],
"php": [
Expand Down Expand Up @@ -14849,8 +14849,8 @@
52331
],
[
"2023-07-26T17:59:23",
52430
"2023-07-26T22:24:03",
52435
]
],
"python": [
Expand Down Expand Up @@ -16507,8 +16507,8 @@
236182
],
[
"2023-07-26T17:59:23",
237147
"2023-07-26T22:24:03",
237226
]
],
"ruby": [
Expand Down Expand Up @@ -18161,7 +18161,7 @@
3882
],
[
"2023-07-26T17:59:23",
"2023-07-26T22:24:03",
3920
]
],
Expand Down Expand Up @@ -19815,7 +19815,7 @@
6332
],
[
"2023-07-26T17:59:23",
"2023-07-26T22:24:03",
6332
]
],
Expand Down Expand Up @@ -21473,8 +21473,8 @@
22010
],
[
"2023-07-26T17:59:23",
22074
"2023-07-26T22:24:03",
22086
]
],
"scala": [
Expand Down Expand Up @@ -23129,8 +23129,8 @@
22544
],
[
"2023-07-26T17:59:23",
22997
"2023-07-26T22:24:03",
22999
]
],
"swift": [
Expand Down Expand Up @@ -24783,7 +24783,7 @@
4183
],
[
"2023-07-26T17:59:23",
"2023-07-26T22:24:03",
4183
]
],
Expand Down Expand Up @@ -26441,8 +26441,8 @@
285012
],
[
"2023-07-26T17:59:23",
286459
"2023-07-26T22:24:03",
286575
]
]
}
25 changes: 13 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

- Linter versions upgrades
<!-- linter-versions-end -->

## [v7.2.1] - 2023-07-26

- Fixes
- Fix TAP reporter (3 real dots instead if 3 dots character)
- Call trufflehog with `--only-verified` to avoid false positives in .git/config

- Linter versions upgrades
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.44.0 to **3.45.0** on 2023-07-25
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.78.2 to **0.79.1** on 2023-07-26
- [spectral](https://meta.stoplight.io/docs/spectral/README.md) from 6.8.0 to **6.9.0** on 2023-07-26
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.45.0 to **3.45.1** on 2023-07-26
- [rubocop](https://rubocop.org/) from 1.54.2 to **1.55.0** on 2023-07-26
- [sqlfluff](https://www.sqlfluff.com/) from 2.1.3 to **2.1.4** on 2023-07-26
- [spectral](https://meta.stoplight.io/docs/spectral/README.md) from 6.9.0 to **6.10.0** on 2023-07-26
- [pylint](https://pylint.pycqa.org) from 2.17.4 to **2.17.5** on 2023-07-26
- [checkov](https://www.checkov.io/) from 2.3.340 to **2.3.343** on 2023-07-26
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.30.2 to **7.31.0** on 2023-07-26
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.79.1 to **0.79.2** on 2023-07-26
<!-- linter-versions-end -->
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.78.2 to **0.79.2**
- [checkov](https://www.checkov.io/) from 2.3.340 to **2.3.343**
- [pylint](https://pylint.pycqa.org) from 2.17.4 to **2.17.5**
- [rubocop](https://rubocop.org/) from 1.54.2 to **1.55.0**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.30.2 to **7.31.0**
- [spectral](https://meta.stoplight.io/docs/spectral/README.md) from 6.8.0 to **6.10.0**
- [sqlfluff](https://www.sqlfluff.com/) from 2.1.3 to **2.1.4**
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.44.0 to **3.45.1**

## [v7.2.0] - 2023-07-25

Expand Down
Loading

0 comments on commit 63776c4

Please sign in to comment.