Skip to content

Commit fc8525b

Browse files
authored
Merge branch 'main' into fix/upgrade-salesforce-code-analyzer-version
2 parents 73f7d7e + a3a2d2c commit fc8525b

File tree

8 files changed

+18
-10
lines changed

8 files changed

+18
-10
lines changed

.automation/generated/linter-helps.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"cppcheck": "2.14.2",
2020
"cpplint": "2.0.2",
2121
"csharpier": "1.1.2",
22-
"cspell": "9.2.2",
22+
"cspell": "9.3.0",
2323
"dartanalyzer": "3.8.3",
2424
"detekt": "1.23.8",
2525
"devskim": "1.0.67",

.trivyignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ CVE-2024-43485
99
# https://avd.aquasec.com/nvd/2025/cve-2025-26646/ Not applicable in MegaLinter context
1010
CVE-2025-26646
1111

12+
# https://avd.aquasec.com/nvd/cve-2024-25621 containerd, Not applicable in MegaLinter context
13+
CVE-2024-25621
14+
# https://avd.aquasec.com/nvd/cve-2025-52881 containerd, Not applicable in MegaLinter context
15+
CVE-2025-52881
16+
1217
# Docker
1318
CVE-2024-41110
1419

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
110110
- [checkov](https://www.checkov.io/) from 3.2.484 to **3.2.490** on 2025-11-05
111111
- [snakemake](https://snakemake.github.io/) from 9.13.4 to **9.13.5** on 2025-11-05
112112
- [kubescape](https://github.com/kubescape/kubescape) from 3.0.42 to **3.0.43** on 2025-11-05
113+
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 9.2.2 to **9.3.0** on 2025-11-09
113114
<!-- linter-versions-end -->
114115

115116
## [v9.1.0] - 2025-10-07

docs/all_linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
| [**cppcheck**](https://cppcheck.sourceforge.io/){target=_blank} | 2.14.2 | GPL-3.0 | <!-- --> | [C](descriptors/c_cppcheck.md)<br/> [CPP](descriptors/cpp_cppcheck.md) | :white_circle: | [Repository](https://cppcheck.sourceforge.io/){target=_blank} |
2626
| [**cpplint**](https://github.com/cpplint/cpplint){target=_blank} | 2.0.2 | [BSD-3-Clause](licenses/cpplint.md) | [![GitHub stars](https://img.shields.io/github/stars/cpplint/cpplint?cacheSeconds=3600)](https://github.com/cpplint/cpplint){target=_blank} | [C](descriptors/c_cpplint.md)<br/> [CPP](descriptors/cpp_cpplint.md) | :white_circle: | [Repository](https://github.com/cpplint/cpplint){target=_blank} |
2727
| [**csharpier**](https://github.com/belav/csharpier){target=_blank} | 1.1.2 | [MIT](licenses/csharpier.md) | [![GitHub stars](https://img.shields.io/github/stars/belav/csharpier?cacheSeconds=3600)](https://github.com/belav/csharpier){target=_blank} | [CSHARP](descriptors/csharp_csharpier.md) | :white_circle: | [Repository](https://github.com/belav/csharpier){target=_blank} |
28-
| [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 9.2.2 | [MIT](licenses/cspell.md) | [![GitHub stars](https://img.shields.io/github/stars/streetsidesoftware/cspell?cacheSeconds=3600)](https://github.com/streetsidesoftware/cspell){target=_blank} | [SPELL](descriptors/spell_cspell.md) | :heart: | [MegaLinter reference](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#mega-linter){target=_blank} |
28+
| [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 9.3.0 | [MIT](licenses/cspell.md) | [![GitHub stars](https://img.shields.io/github/stars/streetsidesoftware/cspell?cacheSeconds=3600)](https://github.com/streetsidesoftware/cspell){target=_blank} | [SPELL](descriptors/spell_cspell.md) | :heart: | [MegaLinter reference](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#mega-linter){target=_blank} |
2929
| [**dartanalyzer**](https://github.com/dart-lang/sdk){target=_blank} | 3.8.3 | [BSD-3-Clause](licenses/dartanalyzer.md) | [![GitHub stars](https://img.shields.io/github/stars/dart-lang/sdk?cacheSeconds=3600)](https://github.com/dart-lang/sdk){target=_blank} | [DART](descriptors/dart_dartanalyzer.md) | :no_entry_sign: | [Repository](https://github.com/dart-lang/sdk){target=_blank} |
3030
| [**detekt**](https://github.com/detekt/detekt){target=_blank} | 1.23.8 | [Apache-2.0](licenses/detekt.md) | [![GitHub stars](https://img.shields.io/github/stars/detekt/detekt?cacheSeconds=3600)](https://github.com/detekt/detekt){target=_blank} | [KOTLIN](descriptors/kotlin_detekt.md) | :heart: | [MegaLinter reference](https://detekt.dev/docs/intro){target=_blank} |
3131
| [**devskim**](https://github.com/microsoft/DevSkim){target=_blank} | 1.0.67 | [MIT](licenses/devskim.md) | [![GitHub stars](https://img.shields.io/github/stars/microsoft/DevSkim?cacheSeconds=3600)](https://github.com/microsoft/DevSkim){target=_blank} | [REPOSITORY](descriptors/repository_devskim.md) | :white_circle: | [Repository](https://github.com/microsoft/DevSkim){target=_blank} |

docs/descriptors/kubernetes_kubescape.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ Flags:
158158
--server string Backend discovery server URL
159159

160160
Use "kubescape [command] --help" for more information about a command.
161+
{"level":"info","ts":"2025-11-09T22:17:16Z","msg":"Received interrupt signal, exiting..."}
161162
```
162163
163164
### Installation on mega-linter Docker image

docs/descriptors/snakemake_snakemake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
195195
[--apptainer-args ARGS] [--use-envmodules]
196196
[--deploy-sources QUERY CHECKSUM]
197197
[--target-jobs TARGET_JOBS [TARGET_JOBS ...]]
198-
[--mode {subprocess,remote,default}]
198+
[--mode {remote,subprocess,default}]
199199
[--scheduler-solver-path SCHEDULER_SOLVER_PATH]
200200
[--max-jobs-per-second MAX_JOBS_PER_SECOND]
201201
[--report-html-path VALUE]
@@ -1042,7 +1042,7 @@ INTERNAL:
10421042
--target-jobs TARGET_JOBS [TARGET_JOBS ...]
10431043
Internal use only: Target particular jobs by
10441044
RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...
1045-
--mode {subprocess,remote,default}
1045+
--mode {remote,subprocess,default}
10461046
Internal use only: Set execution mode of Snakemake.
10471047
(default: default)
10481048
--scheduler-solver-path SCHEDULER_SOLVER_PATH

docs/descriptors/spell_cspell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you do not want cspell to analyze the files names, define `SPELL_CSPELL_ANALY
2424

2525
## cspell documentation
2626

27-
- Version in MegaLinter: **9.2.2**
27+
- Version in MegaLinter: **9.3.0**
2828
- Visit [Official Web Site](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#readme){target=_blank}
2929
- See [How to configure cspell rules](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#customization){target=_blank}
3030
- See [How to disable cspell rules in files](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#enable--disable-checking-sections-of-code){target=_blank}
@@ -140,8 +140,8 @@ Commands:
140140
- Dockerfile commands :
141141
```dockerfile
142142
# renovate: datasource=npm depName=cspell
143-
ARG NPM_CSPELL_VERSION=9.2.2
143+
ARG NPM_CSPELL_VERSION=9.3.0
144144
```
145145
146146
- NPM packages (node.js):
147-
- [cspell@9.2.2](https://www.npmjs.com/package/cspell/v/9.2.2)
147+
- [cspell@9.3.0](https://www.npmjs.com/package/cspell/v/9.3.0)

0 commit comments

Comments
 (0)