Skip to content

Commit 1fc052d

Browse files
committed
Release MegaLinter v8.3.0
1 parent e8a20cd commit 1fc052d

File tree

168 files changed

+2934
-2931
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+2934
-2931
lines changed

.github/workflows/deploy-RELEASE-linters.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
name: release
4545
strategy:
4646
fail-fast: false
47-
max-parallel: 10
4847
matrix:
4948
os: [ubuntu-latest]
5049
# linters-start

CHANGELOG.md

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,57 +9,61 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image
1010

1111
- Core
12-
- Display command log (truncated to 250 chars) even when LOG_LEVEL is not DEBUG
13-
- Allow to replace an ENV var value with the value of another ENV var before calling a PRE_COMMAND (helps for tflint run from GitHub Enterprise)
1412

1513
- New linters
1614

1715
- Media
1816

1917
- Linters enhancements
20-
- [csharpier](https://megalinter.io/latest/descriptors/csharp_csharpier/): Since v0.30, call linter using `csharpier`, not dotnet-csharpier
21-
- [csharpier](https://megalinter.io/latest/descriptors/csharp_csharpier/): They reverted v0.30 in v0.31, so we revert it too
2218

2319
- Fixes
24-
- [trivy](https://megalinter.io/latest/descriptors/repository_trivy/): retry in case of BLOB_UNKNOWN while downloading vulnerability list
2520

2621
- Reporters
27-
- Fix UpdatedSourcesReporter when `APPLY_FIXES` is list (array)
28-
- Fix AzureCommentReporter when the repo is not found: fallback using BUILD_REPOSITORY_ID. (+ disable space replacement in repo name with `AZURE_COMMENT_REPORTER_REPLACE_WITH_SPACES: false`)
2922

3023
- Doc
3124

3225
- Flavors
3326

3427
- CI
35-
- Fix Docker mirroring job for release context
3628

3729
- mega-linter-runner
3830

39-
- Linter versions upgrades (104)
40-
- [phpstan](https://phpstan.org/) from 2.0.1 to **2.0.2** on 2024-11-17
41-
- [checkov](https://www.checkov.io/) from 3.2.298 to **3.2.300** on 2024-11-17
42-
- [csharpier](https://csharpier.com/) from 0.29.2 to **0.30.0** on 2024-11-17
43-
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.19.0 to **1.20.0** on 2024-11-19
44-
- [csharpier](https://csharpier.com/) from 0.30.0 to **0.30.1** on 2024-11-19
45-
- [stylua](https://github.com/JohnnyMorganz/StyLua) from 0.20.0 to **2.0.0** on 2024-11-19
46-
- [checkov](https://www.checkov.io/) from 3.2.300 to **3.2.301** on 2024-11-19
47-
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.57.0 to **0.57.1** on 2024-11-19
48-
- [trivy](https://aquasecurity.github.io/trivy/) from 0.57.0 to **0.57.1** on 2024-11-19
49-
- [checkov](https://www.checkov.io/) from 3.2.301 to **3.2.303** on 2024-11-19
50-
- [vale](https://vale.sh/) from 3.9.0 to **3.9.1** on 2024-11-19
51-
- [spectral](https://docs.stoplight.io/docs/spectral/674b27b261c3c-overview) from 6.14.1 to **6.14.2** on 2024-11-19
52-
- [checkov](https://www.checkov.io/) from 3.2.303 to **3.2.305** on 2024-11-19
53-
- [checkov](https://www.checkov.io/) from 3.2.305 to **3.2.307** on 2024-11-20
54-
- [checkov](https://www.checkov.io/) from 3.2.307 to **3.2.311** on 2024-11-21
55-
- [syft](https://github.com/anchore/syft) from 1.16.0 to **1.17.0** on 2024-11-21
56-
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.83.7 to **3.84.0** on 2024-11-22
57-
- [ruff](https://github.com/astral-sh/ruff) from 0.7.4 to **0.8.0** on 2024-11-22
58-
- [csharpier](https://csharpier.com/) from 0.30.1 to **0.30.2** on 2024-11-23
59-
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.84.0 to **3.84.1** on 2024-11-23
60-
- [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.42.0 to **0.43.0** on 2024-11-23
31+
- Linter versions upgrades (N)
6132
<!-- linter-versions-end -->
6233

34+
## [v8.3.0] - 2024-11-23
35+
36+
- Core
37+
- Display command log (truncated to 250 chars) even when LOG_LEVEL is not DEBUG
38+
- Allow to replace an ENV var value with the value of another ENV var before calling a PRE_COMMAND (helps for tflint run from GitHub Enterprise)
39+
- Fix handling of git submodule paths
40+
41+
- Fixes
42+
- [trivy](https://megalinter.io/latest/descriptors/repository_trivy/): retry in case of BLOB_UNKNOWN while downloading vulnerability list
43+
44+
- Reporters
45+
- Fix UpdatedSourcesReporter when `APPLY_FIXES` is list (array)
46+
- Fix AzureCommentReporter when the repo is not found: fallback using BUILD_REPOSITORY_ID. (+ disable space replacement in repo name with `AZURE_COMMENT_REPORTER_REPLACE_WITH_SPACES: false`)
47+
48+
- CI
49+
- Fix Docker mirroring job for release context
50+
- Remove max parallel jobs for release linters workflow
51+
52+
- Linter versions upgrades (13)
53+
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.19.0 to **1.20.0**
54+
- [checkov](https://www.checkov.io/) from 3.2.298 to **3.2.311**
55+
- [csharpier](https://csharpier.com/) from 0.29.2 to **0.30.2**
56+
- [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.42.0 to **0.43.0**
57+
- [phpstan](https://phpstan.org/) from 2.0.1 to **2.0.2**
58+
- [ruff](https://github.com/astral-sh/ruff) from 0.7.4 to **0.8.0**
59+
- [spectral](https://docs.stoplight.io/docs/spectral/674b27b261c3c-overview) from 6.14.1 to **6.14.2**
60+
- [stylua](https://github.com/JohnnyMorganz/StyLua) from 0.20.0 to **2.0.0**
61+
- [syft](https://github.com/anchore/syft) from 1.16.0 to **1.17.0**
62+
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.57.0 to **0.57.1**
63+
- [trivy](https://aquasecurity.github.io/trivy/) from 0.57.0 to **0.57.1**
64+
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.83.7 to **3.84.1**
65+
- [vale](https://vale.sh/) from 3.9.0 to **3.9.1**
66+
6367
## [v8.2.0] - 2024-11-17
6468

6569
- Media

0 commit comments

Comments
 (0)