Skip to content

Commit

Permalink
Release MegaLinter v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed May 27, 2023
1 parent 32de34d commit 02d6124
Show file tree
Hide file tree
Showing 157 changed files with 2,650 additions and 2,664 deletions.
6 changes: 3 additions & 3 deletions .automation/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,8 @@ def generate_documentation():
+ f"[**{len(linters_by_type['tooling_format'])}** tooling formats](#tooling-formats) "
+ "and **ready to use out of the box**, as a GitHub action or any CI system "
+ "**highly configurable** and **free for all uses**.\n\n"
+ "[**Try MegaLinter v7 beta !**]"
+ "(https://github.com/oxsecurity/megalinter/issues/2608)" # TODOV7: Replace link
+ "[**Switch to MegaLinter v7 !**]"
+ "(https://github.com/oxsecurity/megalinter/issues/2692)"
)
# Update README.md file
replace_in_file(
Expand Down Expand Up @@ -2462,7 +2462,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-4.3M-blue?color=%23FD80CD)](https://megalinter.io/flavors/)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-4.6M-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
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,10 @@
[
"2023-05-26T01:11:00",
2969496
],
[
"2023-05-27T12:12:32",
2971694
]
],
"ci_light": [
Expand Down Expand Up @@ -3041,6 +3045,10 @@
[
"2023-05-26T01:11:00",
66471
],
[
"2023-05-27T12:12:32",
66700
]
],
"cupcake": [
Expand Down Expand Up @@ -3543,6 +3551,10 @@
[
"2023-05-26T01:11:00",
12354
],
[
"2023-05-27T12:12:32",
12610
]
],
"dart": [
Expand Down Expand Up @@ -5975,6 +5987,10 @@
[
"2023-05-26T01:11:00",
151632
],
[
"2023-05-27T12:12:32",
151983
]
],
"dotnet": [
Expand Down Expand Up @@ -7497,6 +7513,10 @@
[
"2023-05-26T01:11:00",
388513
],
[
"2023-05-27T12:12:32",
388917
]
],
"go": [
Expand Down Expand Up @@ -9019,6 +9039,10 @@
[
"2023-05-26T01:11:00",
21221
],
[
"2023-05-27T12:12:32",
21281
]
],
"java": [
Expand Down Expand Up @@ -10541,6 +10565,10 @@
[
"2023-05-26T01:11:00",
120330
],
[
"2023-05-27T12:12:32",
120463
]
],
"javascript": [
Expand Down Expand Up @@ -12063,6 +12091,10 @@
[
"2023-05-26T01:11:00",
267622
],
[
"2023-05-27T12:12:32",
268264
]
],
"php": [
Expand Down Expand Up @@ -13585,6 +13617,10 @@
[
"2023-05-26T01:11:00",
49869
],
[
"2023-05-27T12:12:32",
49915
]
],
"python": [
Expand Down Expand Up @@ -15107,6 +15143,10 @@
[
"2023-05-26T01:11:00",
210357
],
[
"2023-05-27T12:12:32",
210863
]
],
"ruby": [
Expand Down Expand Up @@ -16625,6 +16665,10 @@
[
"2023-05-26T01:11:00",
3621
],
[
"2023-05-27T12:12:32",
3629
]
],
"rust": [
Expand Down Expand Up @@ -18143,6 +18187,10 @@
[
"2023-05-26T01:11:00",
5674
],
[
"2023-05-27T12:12:32",
5688
]
],
"salesforce": [
Expand Down Expand Up @@ -19665,6 +19713,10 @@
[
"2023-05-26T01:11:00",
19987
],
[
"2023-05-27T12:12:32",
20048
]
],
"scala": [
Expand Down Expand Up @@ -21185,6 +21237,10 @@
[
"2023-05-26T01:11:00",
10646
],
[
"2023-05-27T12:12:32",
10981
]
],
"swift": [
Expand Down Expand Up @@ -22703,6 +22759,10 @@
[
"2023-05-26T01:11:00",
3778
],
[
"2023-05-27T12:12:32",
3786
]
],
"terraform": [
Expand Down Expand Up @@ -24225,6 +24285,10 @@
[
"2023-05-26T01:11:00",
244365
],
[
"2023-05-27T12:12:32",
245301
]
]
}
2 changes: 2 additions & 0 deletions .github/workflows/deploy-RELEASE-flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
name: Deploy Docker Image - RELEASE - Flavors
# Set the agent to run on
runs-on: ${{ matrix.os }}
permissions:
packages: write
environment:
name: release
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
runs-on: ubuntu-latest
# Only run on main repo
if: github.repository == 'oxsecurity/megalinter' && !contains(github.event.head_commit.message, 'skip deploy')
permissions:
packages: write
environment:
name: release
##################
Expand Down
Loading

0 comments on commit 02d6124

Please sign in to comment.