Skip to content

Commit f1f853d

Browse files
authored
[automation] Auto-update linters version, help and documentation (#6591)
1 parent 5d8e4a4 commit f1f853d

File tree

7 files changed

+22
-21
lines changed

7 files changed

+22
-21
lines changed

.automation/generated/linter-helps.json

Lines changed: 9 additions & 9 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
@@ -4,7 +4,7 @@
44
"arm-ttk": "0.0.0",
55
"bandit": "1.9.1",
66
"bash-exec": "5.2.37",
7-
"bicep_linter": "0.38.33",
7+
"bicep_linter": "0.39.26",
88
"black": "25.11.0",
99
"cfn-lint": "1.40.4",
1010
"checkmake": "0.2.0",

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
140140
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.8.6 to **1.9.1** on 2025-11-19
141141
- [grype](https://github.com/anchore/grype) from 0.103.0 to **0.104.0** on 2025-11-19
142142
- [syft](https://github.com/anchore/syft) from 1.37.0 to **1.38.0** on 2025-11-19
143+
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.38.33 to **0.39.26** on 2025-11-19
143144
<!-- linter-versions-end -->
144145

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

docs/all_linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| [**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} |
1111
| [**bandit**](https://github.com/PyCQA/bandit){target=_blank} | 1.9.1 | [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} |
1212
| [**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} |
13-
| [**bicep_linter**](https://github.com/Azure/bicep){target=_blank} | 0.38.33 | [MIT](licenses/bicep_linter.md) | [![GitHub stars](https://img.shields.io/github/stars/Azure/bicep?cacheSeconds=3600)](https://github.com/Azure/bicep){target=_blank} | [BICEP](descriptors/bicep_bicep_linter.md) | :white_circle: | [Repository](https://github.com/Azure/bicep){target=_blank} |
13+
| [**bicep_linter**](https://github.com/Azure/bicep){target=_blank} | 0.39.26 | [MIT](licenses/bicep_linter.md) | [![GitHub stars](https://img.shields.io/github/stars/Azure/bicep?cacheSeconds=3600)](https://github.com/Azure/bicep){target=_blank} | [BICEP](descriptors/bicep_bicep_linter.md) | :white_circle: | [Repository](https://github.com/Azure/bicep){target=_blank} |
1414
| [**black**](https://github.com/psf/black){target=_blank} | 25.11.0 | [MIT](licenses/black.md) | [![GitHub stars](https://img.shields.io/github/stars/psf/black?cacheSeconds=3600)](https://github.com/psf/black){target=_blank} | [PYTHON](descriptors/python_black.md) | :white_circle: | [Repository](https://github.com/psf/black){target=_blank} |
1515
| [**cfn-lint**](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | 1.40.4 | [MIT-0](licenses/cfn-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/aws-cloudformation/cfn-lint?cacheSeconds=3600)](https://github.com/aws-cloudformation/cfn-lint){target=_blank} | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Repository](https://github.com/aws-cloudformation/cfn-lint){target=_blank} |
1616
| [**checkmake**](https://github.com/mrtazz/checkmake){target=_blank} | 0.2.0 | [MIT](licenses/checkmake.md) | [![GitHub stars](https://img.shields.io/github/stars/mrtazz/checkmake?cacheSeconds=3600)](https://github.com/mrtazz/checkmake){target=_blank} | [MAKEFILE](descriptors/makefile_checkmake.md) | :heart: | [MegaLinter reference](https://github.com/checkmake/checkmake?tab=readme-ov-file#megalinter){target=_blank} |

docs/descriptors/bicep_bicep_linter.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ By default, Bicep linter errors are set as warnings. To customize linter setting
2424

2525
## bicep_linter documentation
2626

27-
- Version in MegaLinter: **0.38.33**
27+
- Version in MegaLinter: **0.39.26**
2828
- Visit [Official Web Site](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter){target=_blank}
2929
- See [How to configure bicep_linter rules](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-config){target=_blank}
3030
- See [How to disable bicep_linter rules in files](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter#silencing-false-positives){target=_blank}
@@ -98,7 +98,7 @@ az bicep build -f infra.bicep
9898
### Help content
9999

100100
```shell
101-
Bicep CLI version 0.38.33 (6bb5d5f859)
101+
Bicep CLI version 0.39.26 (1e90b06e40)
102102

103103
Usage:
104104
bicep build [options] [<file>]
@@ -290,15 +290,16 @@ Usage:
290290
bicep build-params --pattern './dir/**/*.bicepparam'
291291

292292
bicep jsonrpc [options]
293-
Runs a JSONRPC server for interacting with Bicep programmatically.
293+
Starts the Bicep CLI listening for JSONRPC messages, for programatically interacting with Bicep. See https://aka.ms/bicep/jsonrpc for more information.
294294

295295
Options:
296-
--pipe <name> Runs the JSONRPC server using a named pipe.
297-
--socket <dir> Runs the JSONRPC server on a specific port.
298-
--stdio Runs the JSONRPC server over stdin/stdout.
296+
--pipe <name> Bicep CLI will connect to the supplied named pipe as a client, and start listening for JSONRPC requests.
297+
--socket <port> Bicep CLI will connect to the supplied TCP port on the loopback interface as a client, and start listening for JSONRPC requests.
298+
--stdio Bicep CLI will use stdin/stdout for JSONRPC requests.
299299

300300
Examples:
301301
bicep jsonrpc --pipe /path/to/pipe.sock
302+
bicep jsonrpc --socket 9853
302303
bicep jsonrpc --stdio
303304

304305
```
@@ -308,7 +309,7 @@ Usage:
308309
- Dockerfile commands :
309310
```dockerfile
310311
# renovate: datasource=github-tags depName=Azure/bicep
311-
ARG BICEP_VERSION=0.38.33
312+
ARG BICEP_VERSION=0.39.26
312313
ARG BICEP_EXE='bicep'
313314
ARG BICEP_DIR='/usr/local/bin'
314315
RUN curl --retry 5 --retry-delay 5 -sLo ${BICEP_EXE} "https://github.com/Azure/bicep/releases/download/v${BICEP_VERSION}/bicep-linux-musl-x64" \

docs/descriptors/kubernetes_kubescape.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ 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-19T07:52:12Z","msg":"Received interrupt signal, exiting..."}
162161
```
163162
164163
### 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
@@ -149,7 +149,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
149149
[--summary] [--detailed-summary] [--archive FILE]
150150
[--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow]
151151
[--skip-script-cleanup] [--unlock]
152-
[--list-changes {params,input,code}] [--list-input-changes]
152+
[--list-changes {input,code,params}] [--list-input-changes]
153153
[--list-params-changes] [--list-untracked]
154154
[--delete-all-output | --delete-temp-output]
155155
[--keep-incomplete] [--drop-metadata] [--version]
@@ -683,7 +683,7 @@ UTILITIES:
683683
(default: False)
684684
--unlock Remove a lock on the working directory. (default:
685685
False)
686-
--list-changes, --lc {params,input,code}
686+
--list-changes, --lc {input,code,params}
687687
List all output files for which the given items (code,
688688
input, params) have changed since creation.
689689
--list-input-changes, --li

0 commit comments

Comments
 (0)