Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored and github-actions[bot] committed Nov 5, 2024
1 parent 0f18f72 commit 175e6ce
Show file tree
Hide file tree
Showing 89 changed files with 258 additions and 315 deletions.
69 changes: 18 additions & 51 deletions .automation/generated/linter-helps.json

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

14 changes: 7 additions & 7 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "24.10.0",
"cfn-lint": "1.18.4",
"checkmake": "0.2.0",
"checkov": "3.2.278",
"checkov": "3.2.280",
"checkstyle": "10.20.0",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand All @@ -22,7 +22,7 @@
"dartanalyzer": "0.0.0",
"detekt": "1.23.7",
"devskim": "1.0.44",
"djlint": "1.35.4",
"djlint": "1.36.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.3.0",
"dotnet-format": "8.0.110",
Expand All @@ -45,7 +45,7 @@
"jscpd": "4.0.5",
"jsonlint": "16.0.0",
"kics": "2.1.3",
"ktlint": "1.4.0",
"ktlint": "1.4.1",
"kubeconform": "0.6.7",
"kubescape": "2.9.0",
"kubeval": "0.16.1",
Expand All @@ -54,7 +54,7 @@
"ls-lint": "2.2.3",
"luacheck": "1.2.0",
"lychee": "0.16.1",
"markdown-link-check": "3.12.2",
"markdown-link-check": "3.13.5",
"markdown-table-formatter": "1.6.1",
"markdownlint": "0.42.0",
"misspell": "0.3.4",
Expand Down Expand Up @@ -98,15 +98,15 @@
"shellcheck": "0.10.0",
"shfmt": "3.10.0",
"snakefmt": "0.10.2",
"snakemake": "8.25.1",
"snakemake": "8.25.2",
"spectral": "6.13.1",
"sql-lint": "1.0.0",
"sqlfluff": "3.2.5",
"standard": "17.1.2",
"stylelint": "16.10.0",
"stylua": "0.20.0",
"swiftlint": "0.57.0",
"syft": "1.15.0",
"syft": "1.16.0",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.8",
"terragrunt": "0.68.7",
Expand All @@ -116,7 +116,7 @@
"trivy-sbom": "0.57.0",
"trufflehog": "3.83.2",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"tsqllint": "1.16.0.0",
"v8r": "4.2.0",
"vale": "3.8.0",
"xmllint": "21207",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.18.3 to **1.18.4** on 2024-11-04
- [checkov](https://www.checkov.io/) from 3.2.277 to **3.2.278** on 2024-11-04
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.33 to **1.0.44** on 2024-11-04
- [djlint](https://djlint.com/) from 1.35.4 to **1.36.0** on 2024-11-05
- [ktlint](https://ktlint.github.io) from 1.4.0 to **1.4.1** on 2024-11-05
- [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.12.2 to **3.13.5** on 2024-11-05
- [checkov](https://www.checkov.io/) from 3.2.278 to **3.2.280** on 2024-11-05
- [syft](https://github.com/anchore/syft) from 1.15.0 to **1.16.0** on 2024-11-05
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.25.1 to **8.25.2** on 2024-11-05
- [tsqllint](https://github.com/tsqllint/tsqllint) from 1.15.3.0 to **1.16.0.0** on 2024-11-05
<!-- linter-versions-end -->

## [v8.1.0] - 2024-10-13
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG PROTOBUF_PROTOLINT_VERSION=0.50.5
ARG REPOSITORY_GITLEAKS_VERSION=v8.21.2
# renovate: datasource=docker depName=checkmarx/kics
ARG REPOSITORY_KICS_VERSION=v2.1.3-alpine
# renovate: datasource=docker depName=trufflesecurity/trufflehog
# renovate: datasource=docker depName=trufflesecurity/trufflehog
ARG REPOSITORY_TRUFFLEHOG_VERSION=3.83.2
# renovate: datasource=docker depName=jdkato/vale
ARG SPELL_VALE_VERSION=v3.8.0
Expand All @@ -53,7 +53,7 @@ FROM hadolint/hadolint:${DOCKERFILE_HADOLINT_VERSION} AS hadolint
FROM mstruebing/editorconfig-checker:${EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION} AS editorconfig-checker
FROM golang:1-alpine AS revive
## The golang image used as a builder is a temporary workaround (https://github.com/mgechev/revive/issues/787)
## for the released revive binaries not returning version numbers (devel).
## for the released revive binaries not returning version numbers (devel).
## The install command should then be what is commented in the go.megalinter-descriptor.yml
# renovate: datasource=github-tags depName=mgechev/revive
ARG GO_REVIVE_VERSION=v1.4.0
Expand Down Expand Up @@ -325,7 +325,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
&& echo "Changing owner of node_modules files…" \
&& chown -R "$(id -u)":"$(id -g)" node_modules # fix for https://github.com/npm/cli/issues/5900 \
&& echo "Removing extra node_module files…" \
&& find . \( -not -path "/proc" \) -and \( -type f \( -iname "*.d.ts" -o -iname "*.map" -o -iname "*.npmignore" -o -iname "*.travis.yml" -o -iname "CHANGELOG.md" -o -iname "README.md" -o -iname ".package-lock.json" -o -iname "package-lock.json" \) -o -type d -name /root/.npm/_cacache \) -delete
&& find . \( -not -path "/proc" \) -and \( -type f \( -iname "*.d.ts" -o -iname "*.map" -o -iname "*.npmignore" -o -iname "*.travis.yml" -o -iname "CHANGELOG.md" -o -iname "README.md" -o -iname ".package-lock.json" -o -iname "package-lock.json" \) -o -type d -name /root/.npm/_cacache \) -delete
WORKDIR /

#NPM__END
Expand Down
Loading

0 comments on commit 175e6ce

Please sign in to comment.