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
8 changes: 4 additions & 4 deletions .automation/generated/linter-helps.json

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

2 changes: 1 addition & 1 deletion .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actionlint": "1.7.7",
"ansible-lint": "25.9.0",
"ansible-lint": "25.9.1",
"arm-ttk": "0.0.0",
"bandit": "1.8.6",
"bash-exec": "5.2.37",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkstyle](https://checkstyle.org/) from 11.0.1 to **11.1.0** on 2025-09-28
- [isort](https://pycqa.github.io/isort/) from 6.0.1 to **6.1.0** on 2025-10-01
- [robocop](https://github.com/MarketSquare/robotframework-robocop) from 6.7.0 to **6.7.1** on 2025-10-01
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 25.9.0 to **25.9.1** on 2025-10-03
<!-- linter-versions-end -->

## [v9.0.1] - 2025-09-21
Expand Down
2 changes: 1 addition & 1 deletion docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| Linter | Version | License | Popularity | Descriptors | Ref | URL |
|:-------------------------------------------------------------------------------------------------------------------|:-------------:|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------:|
| [**actionlint**](https://github.com/rhysd/actionlint){target=_blank} | 1.7.7 | [MIT](licenses/actionlint.md) | [![GitHub stars](https://img.shields.io/github/stars/rhysd/actionlint?cacheSeconds=3600)](https://github.com/rhysd/actionlint){target=_blank} | [ACTION](descriptors/action_actionlint.md) | :white_circle: | [Repository](https://github.com/rhysd/actionlint){target=_blank} |
| [**ansible-lint**](https://github.com/ansible/ansible-lint){target=_blank} | 25.9.0 | [GPL-3.0-only](licenses/ansible-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/ansible/ansible-lint?cacheSeconds=3600)](https://github.com/ansible/ansible-lint){target=_blank} | [ANSIBLE](descriptors/ansible_ansible_lint.md) | :white_circle: | [Repository](https://github.com/ansible/ansible-lint){target=_blank} |
| [**ansible-lint**](https://github.com/ansible/ansible-lint){target=_blank} | 25.9.1 | [GPL-3.0-only](licenses/ansible-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/ansible/ansible-lint?cacheSeconds=3600)](https://github.com/ansible/ansible-lint){target=_blank} | [ANSIBLE](descriptors/ansible_ansible_lint.md) | :white_circle: | [Repository](https://github.com/ansible/ansible-lint){target=_blank} |
| [**arm-ttk**](https://github.com/Azure/arm-ttk){target=_blank} | N/A | [MIT](licenses/arm-ttk.md) | [![GitHub stars](https://img.shields.io/github/stars/Azure/arm-ttk?cacheSeconds=3600)](https://github.com/Azure/arm-ttk){target=_blank} | [ARM](descriptors/arm_arm_ttk.md) | :white_circle: | [Repository](https://github.com/Azure/arm-ttk){target=_blank} |
| [**bandit**](https://github.com/PyCQA/bandit){target=_blank} | 1.8.6 | [Apache-2.0](licenses/bandit.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/bandit?cacheSeconds=3600)](https://github.com/PyCQA/bandit){target=_blank} | [PYTHON](descriptors/python_bandit.md) | :white_circle: | [Repository](https://github.com/PyCQA/bandit){target=_blank} |
| [**bash-exec**](https://www.gnu.org/software/bash/){target=_blank} | 5.2.37 | GPL-3.0-or-later | <!-- --> | [BASH](descriptors/bash_bash_exec.md) | <!-- --> | [Web Site](https://www.gnu.org/software/bash/){target=_blank} |
Expand Down
6 changes: 3 additions & 3 deletions docs/descriptors/ansible_ansible_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Ansible-lint helps teams maintain consistent, secure, and well-structured Ansibl

## ansible-lint documentation

- Version in MegaLinter: **25.9.0**
- Version in MegaLinter: **25.9.1**
- Visit [Official Web Site](https://ansible-lint.readthedocs.io/){target=_blank}
- See [How to configure ansible-lint rules](https://ansible-lint.readthedocs.io/configuring/#configuration-file){target=_blank}
- If custom `.ansible-lint` config file isn't found, [.ansible-lint](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.ansible-lint){target=_blank} will be used
Expand Down Expand Up @@ -195,8 +195,8 @@ ANSIBLE_LINT_NODEPS: Avoids installing content dependencies and avoids performin
- Dockerfile commands :
```dockerfile
# renovate: datasource=pypi depName=ansible-lint
ARG PIP_ANSIBLE_LINT_VERSION=25.9.0
ARG PIP_ANSIBLE_LINT_VERSION=25.9.1
```

- PIP packages (Python):
- [ansible-lint==25.9.0](https://pypi.org/project/ansible-lint/25.9.0)
- [ansible-lint==25.9.1](https://pypi.org/project/ansible-lint/25.9.1)
2 changes: 1 addition & 1 deletion docs/descriptors/repository_checkov.md

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

8 changes: 4 additions & 4 deletions docs/descriptors/snakemake_snakemake.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
[--summary] [--detailed-summary] [--archive FILE]
[--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow]
[--skip-script-cleanup] [--unlock]
[--list-changes {code,params,input}] [--list-input-changes]
[--list-changes {input,params,code}] [--list-input-changes]
[--list-params-changes] [--list-untracked]
[--delete-all-output | --delete-temp-output]
[--keep-incomplete] [--drop-metadata] [--version]
Expand Down 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 {subprocess,remote,default}]
[--mode {remote,subprocess,default}]
[--scheduler-solver-path SCHEDULER_SOLVER_PATH]
[--max-jobs-per-second MAX_JOBS_PER_SECOND]
[--report-html-path VALUE]
Expand Down Expand Up @@ -682,7 +682,7 @@ UTILITIES:
(default: False)
--unlock Remove a lock on the working directory. (default:
False)
--list-changes, --lc {code,params,input}
--list-changes, --lc {input,params,code}
List all output files for which the given items (code,
input, params) have changed since creation.
--list-input-changes, --li
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 {subprocess,remote,default}
--mode {remote,subprocess,default}
Internal use only: Set execution mode of Snakemake.
(default: default)
--scheduler-solver-path SCHEDULER_SOLVER_PATH
Expand Down
Loading