You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34-30Lines changed: 34 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,57 +9,61 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image
10
10
11
11
- 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)
14
12
15
13
- New linters
16
14
17
15
- Media
18
16
19
17
- 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
22
18
23
19
- Fixes
24
-
-[trivy](https://megalinter.io/latest/descriptors/repository_trivy/): retry in case of BLOB_UNKNOWN while downloading vulnerability list
25
20
26
21
- 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`)
29
22
30
23
- Doc
31
24
32
25
- Flavors
33
26
34
27
- CI
35
-
- Fix Docker mirroring job for release context
36
28
37
29
- mega-linter-runner
38
30
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)
61
32
<!-- linter-versions-end -->
62
33
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**
0 commit comments