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
+13-12
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
25
25
- CI
26
26
27
27
- Linter versions upgrades
28
+
-[checkov](https://www.checkov.io/) from 3.2.122 to **3.2.124** on 2024-06-02
28
29
<!-- linter-versions-end -->
29
30
30
31
## [v7.12.0] - 2024-06-02
@@ -35,28 +36,28 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
35
36
- Upgrade to Java 21 except for npm-groovy-lint that requires Java 17
36
37
37
38
- Media
38
-
- Add blog post [5 ways MegaLinter upped our DevSecOps game](https://flexion.us/blog/5-ways-megalinter-upped-our-devsecops-game/) to the list of English articles by @wesley-dean-flexion in https://github.com/oxsecurity/megalinter/pull/3596
39
+
- Add blog post [5 ways MegaLinter upped our DevSecOps game](https://flexion.us/blog/5-ways-megalinter-upped-our-devsecops-game/) to the list of English articles by @wesley-dean-flexion in <https://github.com/oxsecurity/megalinter/pull/3596>
39
40
40
41
- Linters
41
-
- Add PHP fixer by @llaville in https://github.com/oxsecurity/megalinter/pull/3598
42
+
- Add PHP fixer by @llaville in <https://github.com/oxsecurity/megalinter/pull/3598>
42
43
-`API_SPECTRAL` was added as replacement for `OPENAPI_SPECTRAL` (deprecated), supporting AsyncAPI and OpenAPI by default. Uses Spectral's standard config file name `.spectral.yaml` instead of `.openapirc.yml` with a default config with rulesets for AsyncAPI and OpenAPI enabled. Fixes [#3387](https://github.com/oxsecurity/megalinter/issues/3387)
43
44
- Disable SQL_TSQLLINT until security issues are solved. Related to <https://github.com/tsqllint/tsqllint/issues/333>
44
45
- PHP linters (PHP_PHPCS, PHP_PHPLINT, PHP_PHPSTAN) add support to SARIF report output format with help of <https://github.com/llaville/sarif-php-sdk>
45
-
- Php psalm improvement by @llaville in https://github.com/oxsecurity/megalinter/pull/3541
46
+
- Php psalm improvement by @llaville in <https://github.com/oxsecurity/megalinter/pull/3541>
46
47
-`KOTLIN_KTLINT` now supports `list_of_files` mode, and has better error counting
47
48
- Upgrade `KOTLIN_DETEKT` and make it work with cli_lint_mode = project
48
49
49
50
- Reporters
50
51
51
52
- Fixes
52
-
- Change `golangci-lint` lint mode to `project`, by @wandering-tales in https://github.com/oxsecurity/megalinter/pull/3509
53
+
- Change `golangci-lint` lint mode to `project`, by @wandering-tales in <https://github.com/oxsecurity/megalinter/pull/3509>
53
54
- Disable sql-lint as it is no longer maintained
54
55
- Add new entries `findUnusedCode` and `findUnusedBaselineEntry` in default `psalm.xml` configuration file for PHP_PSALM linter. Related to <https://github.com/oxsecurity/megalinter/issues/3538>
55
-
- fix(pylint): overgeneral-exceptions fully qualified name by @gardar in https://github.com/oxsecurity/megalinter/pull/3576
56
-
-Update `ktlint` descriptor to support `list_of_files` and better error counting by @Yann-J in https://github.com/oxsecurity/megalinter/pull/3575
57
-
- Sync PowerShell version in arm.megalinter-descriptor.yml by @echoix in https://github.com/oxsecurity/megalinter/pull/3586
58
-
- Adjust find commands to clean up files in same step by @echoix in https://github.com/oxsecurity/megalinter/pull/3588
59
-
- Upgrade KOTLIN_DETEKT and make it work with cli_lint_mode = project by @nvuillam in https://github.com/oxsecurity/megalinter/pull/3590
56
+
- fix(pylint): overgeneral-exceptions fully qualified name by @gardar in <https://github.com/oxsecurity/megalinter/pull/3576>
57
+
- Update `ktlint` descriptor to support `list_of_files` and better error counting by @Yann-J in <https://github.com/oxsecurity/megalinter/pull/3575>
58
+
- Sync PowerShell version in arm.megalinter-descriptor.yml by @echoix in <https://github.com/oxsecurity/megalinter/pull/3586>
59
+
- Adjust find commands to clean up files in same step by @echoix in <https://github.com/oxsecurity/megalinter/pull/3588>
60
+
- Upgrade KOTLIN_DETEKT and make it work with cli_lint_mode = project by @nvuillam in <https://github.com/oxsecurity/megalinter/pull/3590>
60
61
61
62
- Doc
62
63
- Handle disabled_reason property in descriptors
@@ -72,9 +73,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
72
73
- Remove Github Actions Workflow telemetry to improve performances
73
74
- Update Docker image for Gitpod to run on Ubuntu Noble, by @echoix
74
75
- Update makefile bootstrap config (gitpod or local) to use uv for package installation, by @echoix
75
-
- Use uv to install Python deps for CI by @echoix in https://github.com/oxsecurity/megalinter/pull/3561
76
-
- Use a single find command to delete pycache files by @echoix in https://github.com/oxsecurity/megalinter/pull/3562
77
-
- Sort schema enums by @echoix in https://github.com/oxsecurity/megalinter/pull/3595
76
+
- Use uv to install Python deps for CI by @echoix in <https://github.com/oxsecurity/megalinter/pull/3561>
77
+
- Use a single find command to delete pycache files by @echoix in <https://github.com/oxsecurity/megalinter/pull/3562>
78
+
- Sort schema enums by @echoix in <https://github.com/oxsecurity/megalinter/pull/3595>
78
79
79
80
- Linter versions upgrades
80
81
-[actionlint](https://rhysd.github.io/actionlint/) from 1.6.27 to **1.7.1** on 2024-05-28
0 commit comments