Skip to content

Commit

Permalink
Release MegaLinter v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Sep 22, 2023
1 parent 4cfd3b8 commit a87b287
Show file tree
Hide file tree
Showing 159 changed files with 2,768 additions and 2,754 deletions.
2 changes: 1 addition & 1 deletion .automation/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,7 @@ def finalize_doc_build():
"<!-- mega-linter-badges-start -->",
"<!-- mega-linter-badges-end -->",
"""![GitHub release](https://img.shields.io/github/v/release/oxsecurity/megalinter?sort=semver&color=%23FD80CD)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-5.0M-blue?color=%23FD80CD)](https://megalinter.io/flavors/)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-5.2M-blue?color=%23FD80CD)](https://megalinter.io/flavors/)
[![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg?color=%23FD80CD)](https://npmjs.org/package/mega-linter-runner)
[![GitHub stars](https://img.shields.io/github/stars/oxsecurity/megalinter?cacheSeconds=3600&color=%23FD80CD)](https://github.com/oxsecurity/megalinter/stargazers/)
[![Dependents](https://img.shields.io/static/v1?label=Used%20by&message=2180&color=%23FD80CD&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
Expand Down
66 changes: 33 additions & 33 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1757,8 +1757,8 @@
3165854
],
[
"2023-09-22T06:21:22",
3168301
"2023-09-22T16:54:09",
3169173
]
],
"ci_light": [
Expand Down Expand Up @@ -3519,8 +3519,8 @@
93513
],
[
"2023-09-22T06:21:22",
93839
"2023-09-22T16:54:09",
93978
]
],
"cupcake": [
Expand Down Expand Up @@ -4261,8 +4261,8 @@
30854
],
[
"2023-09-22T06:21:22",
31030
"2023-09-22T16:54:09",
31058
]
],
"dart": [
Expand Down Expand Up @@ -6933,8 +6933,8 @@
182430
],
[
"2023-09-22T06:21:22",
182666
"2023-09-22T16:54:09",
182735
]
],
"dotnet": [
Expand Down Expand Up @@ -8695,8 +8695,8 @@
435090
],
[
"2023-09-22T06:21:22",
435862
"2023-09-22T16:54:09",
436094
]
],
"dotnetweb": [
Expand Down Expand Up @@ -8841,8 +8841,8 @@
1609
],
[
"2023-09-22T06:21:22",
1654
"2023-09-22T16:54:09",
1710
]
],
"go": [
Expand Down Expand Up @@ -10603,8 +10603,8 @@
30128
],
[
"2023-09-22T06:21:22",
30217
"2023-09-22T16:54:09",
30256
]
],
"java": [
Expand Down Expand Up @@ -12365,8 +12365,8 @@
141056
],
[
"2023-09-22T06:21:22",
141354
"2023-09-22T16:54:09",
141520
]
],
"javascript": [
Expand Down Expand Up @@ -14127,8 +14127,8 @@
376546
],
[
"2023-09-22T06:21:22",
378372
"2023-09-22T16:54:09",
378963
]
],
"php": [
Expand Down Expand Up @@ -15889,8 +15889,8 @@
54094
],
[
"2023-09-22T06:21:22",
54137
"2023-09-22T16:54:09",
54144
]
],
"python": [
Expand Down Expand Up @@ -17651,8 +17651,8 @@
260516
],
[
"2023-09-22T06:21:22",
261334
"2023-09-22T16:54:09",
261564
]
],
"ruby": [
Expand Down Expand Up @@ -19409,7 +19409,7 @@
4000
],
[
"2023-09-22T06:21:22",
"2023-09-22T16:54:09",
4000
]
],
Expand Down Expand Up @@ -21167,8 +21167,8 @@
6843
],
[
"2023-09-22T06:21:22",
6848
"2023-09-22T16:54:09",
6856
]
],
"salesforce": [
Expand Down Expand Up @@ -22929,8 +22929,8 @@
24588
],
[
"2023-09-22T06:21:22",
24629
"2023-09-22T16:54:09",
24650
]
],
"scala": [
Expand Down Expand Up @@ -24689,8 +24689,8 @@
35052
],
[
"2023-09-22T06:21:22",
35377
"2023-09-22T16:54:09",
35652
]
],
"swift": [
Expand Down Expand Up @@ -26447,8 +26447,8 @@
4299
],
[
"2023-09-22T06:21:22",
4306
"2023-09-22T16:54:09",
4308
]
],
"terraform": [
Expand Down Expand Up @@ -28209,8 +28209,8 @@
332996
],
[
"2023-09-22T06:21:22",
334101
"2023-09-22T16:54:09",
334481
]
]
}
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ 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

- Core

- Media

- Fixes

- Doc

- CI

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

## [v7.4.0] - 2023-09-22

- Core
- Upgrade python to 3.11.5

Expand Down Expand Up @@ -91,7 +106,6 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.47.0 to **3.56.1**
- [vale](https://vale.sh/) from 2.28.1 to **2.29.0**
- [xmllint](http://xmlsoft.org/xmllint.html) from 21004 to **21104**
<!-- linter-versions-end -->

## [v7.3.0] - 2023-08-10

Expand Down
Loading

0 comments on commit a87b287

Please sign in to comment.