Skip to content

Commit 8fbdead

Browse files
committed
Release MegaLinter v9.4.0
1 parent 9f605c4 commit 8fbdead

File tree

181 files changed

+3106
-3104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+3106
-3104
lines changed

.automation/format-tables.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/env bash
22
set -ex
33

4-
cd ..
5-
echo "format-tables.sh: Formatting markdown tables..."
4+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
5+
cd "${SCRIPT_DIR}/.."
6+
echo "format-tables.sh: Formatting markdown tables from $(pwd)..."
67

78
if [[ -z "${CI}" ]]; then
89
echo "Formatting tables by using npx markdown-table-formatter..."
9-
find . -name "*.md" -not -path "*/node_modules/*" -not -path "*/.automation/*" -print0 | xargs -0 npx --yes markdown-table-formatter@latest --verbose
10+
find . -name "*.md" -not -path "*/node_modules/*" -not -path "*/.venv/*" -not -path "*/.automation/*" -not -path "*/site/*" -print0 | xargs -0 -n 200 npx --yes markdown-table-formatter@latest --verbose
1011
else
1112
echo "Formatting tables by installing markdown-table-formatter..."
1213
npm i markdown-table-formatter@latest -g
13-
find . -name "*.md" -not -path "*/node_modules/*" -not -path "*/.automation/*" -print0 | xargs -0 markdown-table-formatter --verbose
14+
find . -name "*.md" -not -path "*/node_modules/*" -not -path "*/.venv/*" -not -path "*/.automation/*" -not -path "*/site/*" -print0 | xargs -0 -n 200 markdown-table-formatter --verbose
1415
fi
1516
echo "End formatting markdown tables"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
8989
- Update default secured env variables documentation
9090
- Fix banner img in json_prettier and yaml_prettier docs
9191
- Explain better how to run tests locally
92+
- Vale: Mention community style packages in linter description
9293

9394
- CI
9495
- Free more space on GitHub Actions runners to avoid build failures

README.md

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ outputs:
88
description: "0 if no source file has been updated, 1 if source files has been updated"
99
runs:
1010
using: "docker"
11-
image: "docker://ghcr.io/oxsecurity/megalinter:v9.3.0"
11+
image: "docker://ghcr.io/oxsecurity/megalinter:v9.4.0"
1212
args:
1313
- "-v"
1414
- "/var/run/docker.sock:/var/run/docker.sock:rw"

docs/descriptors/action_actionlint.md

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

docs/descriptors/ansible_ansible_lint.md

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

docs/descriptors/api_spectral.md

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

docs/descriptors/arm_arm_ttk.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ARM TTK helps ensure your ARM templates are secure, maintainable, and follow Azu
3232

3333
## Configuration in MegaLinter
3434

35-
- Enable arm-ttk by adding `ARM_ARM_TTK` in [ENABLE_LINTERS variable](https://megalinter.io/beta/configuration/#activation-and-deactivation)
36-
- Disable arm-ttk by adding `ARM_ARM_TTK` in [DISABLE_LINTERS variable](https://megalinter.io/beta/configuration/#activation-and-deactivation)
35+
- Enable arm-ttk by adding `ARM_ARM_TTK` in [ENABLE_LINTERS variable](https://megalinter.io/9.4.0/configuration/#activation-and-deactivation)
36+
- Disable arm-ttk by adding `ARM_ARM_TTK` in [DISABLE_LINTERS variable](https://megalinter.io/9.4.0/configuration/#activation-and-deactivation)
3737

3838
| Variable | Description | Default value |
3939
|-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
@@ -65,11 +65,11 @@ Use arm-ttk in your favorite IDE to catch errors before MegaLinter !
6565

6666
This linter is available in the following flavors
6767

68-
| <!-- --> | Flavor | Description | Embedded linters | Info |
69-
|:--------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------|:---------------------------------------------------------|:----------------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
70-
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/images/mega-linter-square.png" alt="" height="32px" class="megalinter-icon"></a> | [all](https://megalinter.io/beta/supported-linters/) | Default MegaLinter Flavor | 134 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter/beta) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter) |
71-
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/dotnet.ico" alt="" height="32px" class="megalinter-icon"></a> | [dotnet](https://megalinter.io/beta/flavors/dotnet/) | Optimized for C, C++, C# or VB based projects | 66 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnet/beta) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnet) |
72-
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/dotnetweb.ico" alt="" height="32px" class="megalinter-icon"></a> | [dotnetweb](https://megalinter.io/beta/flavors/dotnetweb/) | Optimized for C, C++, C# or VB based projects with JS/TS | 75 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnetweb/beta) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnetweb) |
68+
| <!-- --> | Flavor | Description | Embedded linters | Info |
69+
|:--------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------|:---------------------------------------------------------|:----------------:|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
70+
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/images/mega-linter-square.png" alt="" height="32px" class="megalinter-icon"></a> | [all](https://megalinter.io/9.4.0/supported-linters/) | Default MegaLinter Flavor | 134 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter/v9.4.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter) |
71+
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/dotnet.ico" alt="" height="32px" class="megalinter-icon"></a> | [dotnet](https://megalinter.io/9.4.0/flavors/dotnet/) | Optimized for C, C++, C# or VB based projects | 66 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnet/v9.4.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnet) |
72+
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/dotnetweb.ico" alt="" height="32px" class="megalinter-icon"></a> | [dotnetweb](https://megalinter.io/9.4.0/flavors/dotnetweb/) | Optimized for C, C++, C# or VB based projects with JS/TS | 75 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnetweb/v9.4.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnetweb) |
7373

7474
## Behind the scenes
7575

0 commit comments

Comments
 (0)