Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 15, 2024
1 parent 83c2d8f commit da0ce87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Linters enhancements

- Reporters
- New **ApiReporter** (can be used to build Grafana dashboards)

- Fixes
- [terrascan](https://runterrascan.io/) fixed errors and removed redundant code
Expand All @@ -44,6 +45,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data
- Port Beta workflows to use docker/metadata-action, by @echoix
- AutoUpdate linters: Always create a PR if the job has been started manually
- Add `skip_checkout: true` to default MegaLinter GitHub Action template

- Linter versions upgrades
- [protolint](https://github.com/yoheimuta/protolint) from 0.50.2 to **0.50.3** on 2024-07-07
Expand Down Expand Up @@ -295,9 +297,6 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- `KOTLIN_KTLINT` now supports `list_of_files` mode, and has better error counting
- Upgrade `KOTLIN_DETEKT` and make it work with cli_lint_mode = project

- Reporters
- New ApiReporter (can be used to build Grafana dashboards)

- Fixes
- Change `golangci-lint` lint mode to `project`, by @wandering-tales in <https://github.com/oxsecurity/megalinter/pull/3509>
- Disable sql-lint as it is no longer maintained
Expand All @@ -307,7 +306,6 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Sync PowerShell version in arm.megalinter-descriptor.yml by @echoix in <https://github.com/oxsecurity/megalinter/pull/3586>
- Adjust find commands to clean up files in same step by @echoix in <https://github.com/oxsecurity/megalinter/pull/3588>
- Upgrade KOTLIN_DETEKT and make it work with cli_lint_mode = project by @nvuillam in <https://github.com/oxsecurity/megalinter/pull/3590>
- Add `skip_checkout: true` to default MegaLinter GitHub Action template

- Doc
- Handle disabled_reason property in descriptors
Expand Down

0 comments on commit da0ce87

Please sign in to comment.