Skip to content

Commit

Permalink
Release MegaLinter 7.3.0
Browse files Browse the repository at this point in the history
Release MegaLinter v7.3.0
  • Loading branch information
megalinter-bot committed Aug 9, 2023
1 parent 9103bf4 commit fda6ac3
Show file tree
Hide file tree
Showing 160 changed files with 23,269 additions and 23,218 deletions.
68 changes: 68 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,10 @@
[
"2023-08-09T21:27:06",
3091669
],
[
"2023-08-10T00:37:45",
3091764
]
],
"ci_light": [
Expand Down Expand Up @@ -3345,6 +3349,10 @@
[
"2023-08-09T21:27:06",
84033
],
[
"2023-08-10T00:37:45",
84040
]
],
"cupcake": [
Expand Down Expand Up @@ -3999,6 +4007,10 @@
[
"2023-08-09T21:27:06",
23773
],
[
"2023-08-10T00:37:45",
23781
]
],
"dart": [
Expand Down Expand Up @@ -6583,6 +6595,10 @@
[
"2023-08-09T21:27:06",
172272
],
[
"2023-08-10T00:37:45",
172284
]
],
"dotnet": [
Expand Down Expand Up @@ -8257,6 +8273,10 @@
[
"2023-08-09T21:27:06",
416432
],
[
"2023-08-10T00:37:45",
416482
]
],
"dotnetweb": [
Expand Down Expand Up @@ -8315,6 +8335,10 @@
[
"2023-08-09T21:27:06",
536
],
[
"2023-08-10T00:37:45",
536
]
],
"go": [
Expand Down Expand Up @@ -9989,6 +10013,10 @@
[
"2023-08-09T21:27:06",
26545
],
[
"2023-08-10T00:37:45",
26546
]
],
"java": [
Expand Down Expand Up @@ -11663,6 +11691,10 @@
[
"2023-08-09T21:27:06",
133184
],
[
"2023-08-10T00:37:45",
133189
]
],
"javascript": [
Expand Down Expand Up @@ -13337,6 +13369,10 @@
[
"2023-08-09T21:27:06",
331693
],
[
"2023-08-10T00:37:45",
331722
]
],
"php": [
Expand Down Expand Up @@ -15011,6 +15047,10 @@
[
"2023-08-09T21:27:06",
52984
],
[
"2023-08-10T00:37:45",
52985
]
],
"python": [
Expand Down Expand Up @@ -16685,6 +16725,10 @@
[
"2023-08-09T21:27:06",
242771
],
[
"2023-08-10T00:37:45",
242792
]
],
"ruby": [
Expand Down Expand Up @@ -18355,6 +18399,10 @@
[
"2023-08-09T21:27:06",
3949
],
[
"2023-08-10T00:37:45",
3949
]
],
"rust": [
Expand Down Expand Up @@ -20025,6 +20073,10 @@
[
"2023-08-09T21:27:06",
6468
],
[
"2023-08-10T00:37:45",
6468
]
],
"salesforce": [
Expand Down Expand Up @@ -21699,6 +21751,10 @@
[
"2023-08-09T21:27:06",
22669
],
[
"2023-08-10T00:37:45",
22669
]
],
"scala": [
Expand Down Expand Up @@ -23371,6 +23427,10 @@
[
"2023-08-09T21:27:06",
25801
],
[
"2023-08-10T00:37:45",
25801
]
],
"swift": [
Expand Down Expand Up @@ -25041,6 +25101,10 @@
[
"2023-08-09T21:27:06",
4226
],
[
"2023-08-10T00:37:45",
4226
]
],
"terraform": [
Expand Down Expand Up @@ -26715,6 +26779,10 @@
[
"2023-08-09T21:27:06",
297362
],
[
"2023-08-10T00:37:45",
297390
]
]
}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-BETA-flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
]
# flavors-end
# Only run this on the main repo
if: github.repository == 'oxsecurity/megalinter' && !contains(github.event.head_commit.message, 'skip deploy')
if: github.repository == 'oxsecurity/megalinter' && !contains(github.event.head_commit.message, 'skip deploy') && !contains(github.event.head_commit.message, 'Release MegaLinter v')
##################
# Load all steps #
##################
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-BETA-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
prepare:
name: Prepare matrix
runs-on: ubuntu-latest
if: github.repository == 'oxsecurity/megalinter' && !contains(github.event.head_commit.message, 'skip deploy') && !contains(github.event.head_commit.message, 'Release MegaLinter v')
steps:

- name: Build unique image name for beta
Expand Down Expand Up @@ -193,7 +194,7 @@ jobs:
]
# linters-end
# Only run this on the main repo
if: github.repository == 'oxsecurity/megalinter' && !contains(github.event.head_commit.message, 'skip deploy')
if: github.repository == 'oxsecurity/megalinter' && !contains(github.event.head_commit.message, 'skip deploy') && !contains(github.event.head_commit.message, 'Release MegaLinter v')
##################
# Load all steps #
##################
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
permissions:
packages: write
# Only run this on the main repo
if: github.repository == 'oxsecurity/megalinter' && !contains(github.event.head_commit.message, 'skip deploy')
if: github.repository == 'oxsecurity/megalinter' && !contains(github.event.head_commit.message, 'skip deploy') && !contains(github.event.head_commit.message, 'Release MegaLinter v')
environment:
name: beta
##################
Expand Down
96 changes: 39 additions & 57 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,74 +8,56 @@ 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.3.0] - 2023-08-10

- Features
- Allow to define linter_key**_COMMAND_REMOVE_ARGUMENTS** to remove a command line argument internally added by MegaLinter

- Fixes
- Replace `https://megalinter.io/config-file` by `https://megalinter.io/latest/config-file` to avoid lychee 404 detection
- Improve docs for posting comments to PRs in GitHub Enterprise

- CodeTotal
- [CodeTotal](https://codetotal.io)
- Redis reporter: Return URL of linter icons when available, in property `iconPngUrl`
- Allow to run CodeTotal with a single command `npx mega-linter-runner@beta --codetotal` , that opens CodeTotal in Web Browser once started

- Linter versions upgrades
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.79.2 to **0.79.3** on 2023-07-26
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.19.5 to **0.20.4** on 2023-08-03
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.79.3 to **0.79.6** on 2023-08-03
- [checkstyle](https://checkstyle.sourceforge.io) from 10.12.1 to **10.12.2** on 2023-08-03
- [eslint](https://eslint.org) from 8.45.0 to **8.46.0** on 2023-08-03
- [psalm](https://psalm.dev) from Psalm.5.13.1@ to **Psalm.5.14.1@** on 2023-08-03
- [puppet-lint](http://puppet-lint.com/) from 4.0.0 to **4.0.1** on 2023-08-03
- [flake8](https://flake8.pycqa.org) from 6.0.0 to **6.1.0** on 2023-08-03
- [pyright](https://github.com/Microsoft/pyright) from 1.1.318 to **1.1.320** on 2023-08-03
- [ruff](https://github.com/charliermarsh/ruff) from 0.0.280 to **0.0.282** on 2023-08-03
- [checkov](https://www.checkov.io/) from 2.3.343 to **2.3.354** on 2023-08-03
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.11 to **1.0.15** on 2023-08-03
- [semgrep](https://semgrep.dev/) from 1.33.2 to **1.34.1** on 2023-08-03
- [syft](https://github.com/anchore/syft) from 0.85.0 to **0.86.1** on 2023-08-03
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.43.1 to **0.44.0** on 2023-08-03
- [trivy](https://aquasecurity.github.io/trivy/) from 0.43.1 to **0.44.0** on 2023-08-03
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.45.1 to **3.46.3** on 2023-08-03
- [rubocop](https://rubocop.org/) from 1.55.0 to **1.55.1** on 2023-08-03
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from 3.14.0 to **3.15.0** on 2023-08-03
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from 3.14.0 to **3.15.0** on 2023-08-03
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from 3.14.0 to **3.15.0** on 2023-08-03
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.31.0 to **7.31.1** on 2023-08-03
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.5.3 to **1.5.4** on 2023-08-03
- [terragrunt](https://terragrunt.gruntwork.io) from 0.48.4 to **0.48.5** on 2023-08-03
- [prettier](https://prettier.io/) from 3.0.0 to **3.0.1** on 2023-08-03
- [checkov](https://www.checkov.io/) from 2.3.354 to **2.3.356** on 2023-08-03
- [terragrunt](https://terragrunt.gruntwork.io) from 0.48.5 to **0.48.6** on 2023-08-03
- [terrascan](https://runterrascan.io/) from 1.18.1 to **1.18.2** on 2023-08-03
- [kics](https://www.kics.io) from 1.7.4 to **1.7.5** on 2023-08-03
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.31.1 to **7.32.0** on 2023-08-03
- [spectral](https://meta.stoplight.io/docs/spectral/README.md) from 6.10.0 to **6.10.1** on 2023-08-06
- [phpstan](https://phpstan.org/) from 1.10.26 to **1.10.27** on 2023-08-06
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.15 to **1.0.16** on 2023-08-06
- [secretlint](https://github.com/secretlint/secretlint) from 7.0.3 to **7.0.4** on 2023-08-06
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.32.0 to **7.32.1** on 2023-08-06
- [sqlfluff](https://www.sqlfluff.com/) from 2.1.4 to **2.2.0** on 2023-08-06
- [checkov](https://www.checkov.io/) from 2.3.356 to **2.3.358** on 2023-08-07
- [secretlint](https://github.com/secretlint/secretlint) from 7.0.4 to **7.0.6** on 2023-08-07
- [checkov](https://www.checkov.io/) from 2.3.358 to **2.3.359** on 2023-08-07
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.32.1 to **7.32.2** on 2023-08-07
- [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 6.0.412 to **6.0.413** on 2023-08-09
- [golangci-lint](https://golangci-lint.run/) from 1.53.3 to **1.54.0** on 2023-08-09
- [phpstan](https://phpstan.org/) from 1.10.27 to **1.10.28** on 2023-08-09
- [ruff](https://github.com/charliermarsh/ruff) from 0.0.282 to **0.0.283** on 2023-08-09
- [checkov](https://www.checkov.io/) from 2.3.359 to **2.3.360** on 2023-08-09
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.16 to **1.0.17** on 2023-08-09
- [secretlint](https://github.com/secretlint/secretlint) from 7.0.6 to **7.0.7** on 2023-08-09
- [rubocop](https://rubocop.org/) from 1.55.1 to **1.56.0** on 2023-08-09
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.32.2 to **7.32.3** on 2023-08-09
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.31.2 to **6.31.3** on 2023-08-09
- [pyright](https://github.com/Microsoft/pyright) from 1.1.320 to **1.1.321** on 2023-08-09
- [ruff](https://github.com/charliermarsh/ruff) from 0.0.283 to **0.0.284** on 2023-08-09
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.17 to **1.0.18** on 2023-08-09
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.46.3 to **3.47.0** on 2023-08-09
- [sqlfluff](https://www.sqlfluff.com/) from 2.2.0 to **2.2.1** on 2023-08-09
<!-- linter-versions-end -->
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.19.5 to **0.20.4**
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.79.2 to **0.79.6**
- [checkov](https://www.checkov.io/) from 2.3.343 to **2.3.360**
- [checkstyle](https://checkstyle.sourceforge.io) from 10.12.1 to **10.12.2**
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.31.2 to **6.31.3**
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.1 to **1.0.18**
- [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 6.0.412 to **6.0.413**
- [eslint](https://eslint.org) from 8.45.0 to **8.46.0**
- [flake8](https://flake8.pycqa.org) from 6.0.0 to **6.1.0**
- [golangci-lint](https://golangci-lint.run/) from 1.53.3 to **1.54.0**
- [kics](https://www.kics.io) from 1.7.4 to **1.7.5**
- [phpstan](https://phpstan.org/) from 1.10.26 to **1.10.28**
- [prettier](https://prettier.io/) from 3.0.0 to **3.0.1**
- [psalm](https://psalm.dev) from Psalm.5.13.1@ to **Psalm.5.14.1@**
- [puppet-lint](http://puppet-lint.com/) from 4.0.0 to **4.0.1**
- [pyright](https://github.com/Microsoft/pyright) from 1.1.318 to **1.1.321**
- [rubocop](https://rubocop.org/) from 1.55.0 to **1.56.0**
- [ruff](https://github.com/charliermarsh/ruff) from 0.0.280 to **0.0.284**
- [secretlint](https://github.com/secretlint/secretlint) from 7.0.3 to **7.0.7**
- [semgrep](https://semgrep.dev/) from 1.33.2 to **1.34.1**
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from 3.14.0 to **3.15.0**
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from 3.14.0 to **3.15.0**
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from 3.14.0 to **3.15.0**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.31.0 to **7.32.3**
- [spectral](https://meta.stoplight.io/docs/spectral/README.md) from 6.10.0 to **6.10.1**
- [sqlfluff](https://www.sqlfluff.com/) from 2.1.4 to **2.2.1**
- [syft](https://github.com/anchore/syft) from 0.85.0 to **0.86.1**
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.5.3 to **1.5.4**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.48.4 to **0.48.6**
- [terrascan](https://runterrascan.io/) from 1.18.1 to **1.18.2**
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.43.1 to **0.44.0**
- [trivy](https://aquasecurity.github.io/trivy/) from 0.43.1 to **0.44.0**
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.45.1 to **3.47.0**

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

Expand Down
Loading

0 comments on commit fda6ac3

Please sign in to comment.