Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .automation/generated/linter-helps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"protolint": "0.56.4",
"psalm": "Psalm.6.13.1@",
"puppet-lint": "4.3.0",
"pylint": "3.3.8",
"pylint": "3.3.9",
"pyright": "1.1.406",
"raku": "2024.12",
"remark-lint": "14.0.2",
Expand Down Expand Up @@ -115,8 +115,8 @@
"terragrunt": "0.88.1",
"terrascan": "1.19.9",
"tflint": "0.59.1",
"trivy": "0.66.0",
"trivy-sbom": "0.66.0",
"trivy": "0.67.0",
"trivy-sbom": "0.67.0",
"trufflehog": "3.90.8",
"ts-standard": "12.0.2",
"tsqllint": "1.16.0.0",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [robocop](https://github.com/MarketSquare/robotframework-robocop) from 6.7.1 to **6.7.2** on 2025-10-05
- [terragrunt](https://terragrunt.gruntwork.io) from 0.88.0 to **0.88.1** on 2025-10-05
- [snakemake](https://snakemake.github.io/) from 9.11.6 to **9.11.9** on 2025-10-06
- [pylint](https://pylint.readthedocs.io) from 3.3.8 to **3.3.9** on 2025-10-06
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.66.0 to **0.67.0** on 2025-10-06
- [trivy](https://aquasecurity.github.io/trivy/) from 0.66.0 to **0.67.0** on 2025-10-06
<!-- linter-versions-end -->

## [v9.0.1] - 2025-09-21
Expand Down
12 changes: 6 additions & 6 deletions docs/all_linters.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/descriptors/kubernetes_kubescape.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Flags:
--server string Backend discovery server URL

Use "kubescape [command] --help" for more information about a command.
{"level":"info","ts":"2025-10-06T17:32:27Z","msg":"Received interrupt signal, exiting..."}
{"level":"info","ts":"2025-10-06T23:45:48Z","msg":"Received interrupt signal, exiting..."}
```

### Installation on mega-linter Docker image
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/powershell_powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ description: How to use powershell (configure, ignore files, ignore errors, help
| POWERSHELL_POWERSHELL_RULES_PATH | Path where to find linter configuration file | Workspace folder, then MegaLinter default rules |
| POWERSHELL_POWERSHELL_DISABLE_ERRORS | Run linter but consider errors as warnings | `false` |
| POWERSHELL_POWERSHELL_DISABLE_ERRORS_IF_LESS_THAN | Maximum number of errors allowed | `0` |
| POWERSHELL_POWERSHELL_CLI_EXECUTABLE | Override CLI executable | `['powershell']` |
| POWERSHELL_POWERSHELL_CLI_EXECUTABLE | Override CLI executable | `['pwsh']` |

## IDE Integration

Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/powershell_powershell_formatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ description: How to use powershell_formatter (configure, ignore files, ignore er
| POWERSHELL_POWERSHELL_FORMATTER_RULES_PATH | Path where to find linter configuration file | Workspace folder, then MegaLinter default rules |
| POWERSHELL_POWERSHELL_FORMATTER_DISABLE_ERRORS | Run linter but consider errors as warnings | `true` |
| POWERSHELL_POWERSHELL_FORMATTER_DISABLE_ERRORS_IF_LESS_THAN | Maximum number of errors allowed | `0` |
| POWERSHELL_POWERSHELL_FORMATTER_CLI_EXECUTABLE | Override CLI executable | `['powershell']` |
| POWERSHELL_POWERSHELL_FORMATTER_CLI_EXECUTABLE | Override CLI executable | `['pwsh']` |

## IDE Integration

Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/python_pylint.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For legacy projects, start with `--errors-only` flag and progressively enable mo

## pylint documentation

- Version in MegaLinter: **3.3.8**
- Version in MegaLinter: **3.3.9**
- Visit [Official Web Site](https://pylint.readthedocs.io){target=_blank}
- See [How to configure pylint rules](https://pylint.readthedocs.io/en/stable/user_guide/configuration/index.html){target=_blank}
- If custom `.pylintrc` config file isn't found, [.pylintrc](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.pylintrc){target=_blank} will be used
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/repository_trivy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description: How to use trivy (configure, ignore files, ignore errors, help & ve

## trivy documentation

- Version in MegaLinter: **0.66.0**
- Version in MegaLinter: **0.67.0**
- Visit [Official Web Site](https://aquasecurity.github.io/trivy/){target=_blank}
- See [How to configure trivy rules](https://aquasecurity.github.io/trivy/latest/docs/configuration/){target=_blank}
- See [How to ignore files and directories with trivy](https://aquasecurity.github.io/trivy/latest/docs/configuration/filtering/#by-inline-comments){target=_blank}
Expand Down Expand Up @@ -178,7 +178,7 @@ Use "trivy [command] --help" for more information about a command.
- Dockerfile commands :
```dockerfile
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG REPOSITORY_TRIVY_VERSION=0.66.0
ARG REPOSITORY_TRIVY_VERSION=0.67.0
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin "v${REPOSITORY_TRIVY_VERSION}" \
&& (trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress)

Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/repository_trivy_sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description: How to use trivy-sbom (configure, ignore files, ignore errors, help

## trivy-sbom documentation

- Version in MegaLinter: **0.66.0**
- Version in MegaLinter: **0.67.0**
- Visit [Official Web Site](https://aquasecurity.github.io/trivy/){target=_blank}
- See [How to configure trivy-sbom rules](https://aquasecurity.github.io/trivy/latest/docs/configuration/){target=_blank}
- See [How to ignore files and directories with trivy-sbom](https://aquasecurity.github.io/trivy/latest/docs/configuration/filtering/#by-inline-comments){target=_blank}
Expand Down Expand Up @@ -179,7 +179,7 @@ Use "trivy [command] --help" for more information about a command.
- Dockerfile commands :
```dockerfile
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG REPOSITORY_TRIVY_SBOM_VERSION=0.66.0
ARG REPOSITORY_TRIVY_SBOM_VERSION=0.67.0
RUN wget --tries=5 -q -O - https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin "v${REPOSITORY_TRIVY_SBOM_VERSION}" \
&& (trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress || trivy image --download-db-only --no-progress)

Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/snakemake_snakemake.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
[--apptainer-args ARGS] [--use-envmodules]
[--deploy-sources QUERY CHECKSUM]
[--target-jobs TARGET_JOBS [TARGET_JOBS ...]]
[--mode {remote,default,subprocess}]
[--mode {subprocess,default,remote}]
[--scheduler-solver-path SCHEDULER_SOLVER_PATH]
[--max-jobs-per-second MAX_JOBS_PER_SECOND]
[--report-html-path VALUE]
Expand Down Expand Up @@ -1037,7 +1037,7 @@ INTERNAL:
--target-jobs TARGET_JOBS [TARGET_JOBS ...]
Internal use only: Target particular jobs by
RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...
--mode {remote,default,subprocess}
--mode {subprocess,default,remote}
Internal use only: Set execution mode of Snakemake.
(default: default)
--scheduler-solver-path SCHEDULER_SOLVER_PATH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13838,7 +13838,7 @@
"$id": "#/properties/POWERSHELL_POWERSHELL_CLI_EXECUTABLE",
"default": [
[
"powershell"
"pwsh"
]
],
"items": {
Expand Down Expand Up @@ -13953,7 +13953,7 @@
"$id": "#/properties/POWERSHELL_POWERSHELL_FORMATTER_CLI_EXECUTABLE",
"default": [
[
"powershell"
"pwsh"
]
],
"items": {
Expand Down
Loading