Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3859)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Aug 11, 2024
1 parent 9fb5681 commit f6d8e2d
Show file tree
Hide file tree
Showing 185 changed files with 260 additions and 470 deletions.
57 changes: 23 additions & 34 deletions .automation/generated/linter-helps.json

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

10 changes: 5 additions & 5 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"isort": "5.13.2",
"jscpd": "4.0.5",
"jsonlint": "16.0.0",
"kics": "2.1.1",
"kics": "2.1.2",
"ktlint": "1.3.1",
"kubeconform": "0.6.7",
"kubescape": "2.9.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"powershell_formatter": "7.4.2",
"prettier": "3.3.3",
"proselint": "0.14.0",
"protolint": "0.50.4",
"protolint": "0.50.5",
"psalm": "Psalm.5.25.0@",
"puppet-lint": "4.2.4",
"pylint": "3.2.6",
Expand Down Expand Up @@ -106,13 +106,13 @@
"swiftlint": "0.56.1",
"syft": "1.11.0",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.3",
"terragrunt": "0.66.1",
"terraform-fmt": "1.9.4",
"terragrunt": "0.66.3",
"terrascan": "1.18.11",
"tflint": "0.52.0",
"trivy": "0.54.1",
"trivy-sbom": "0.54.1",
"trufflehog": "3.81.6",
"trufflehog": "3.81.8",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "3.1.1",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [syft](https://github.com/anchore/syft) from 1.10.0 to **1.11.0** on 2024-08-10
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.13.1 to **8.13.2** on 2024-08-10
- [swiftlint](https://github.com/realm/SwiftLint) from 0.55.1 to **0.56.1** on 2024-08-10
- [protolint](https://github.com/yoheimuta/protolint) from 0.50.4 to **0.50.5** on 2024-08-11
- [kics](https://www.kics.io) from 2.1.1 to **2.1.2** on 2024-08-11
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.81.6 to **3.81.8** on 2024-08-11
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.9.3 to **1.9.4** on 2024-08-11
- [terragrunt](https://terragrunt.gruntwork.io) from 0.66.1 to **0.66.3** on 2024-08-11
<!-- linter-versions-end -->

## [v7.13.0] - 2024-07-06
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ ENV PATH="/node-deps/node_modules/.bin:${PATH}" \
#GEM__START
RUN echo 'gem: --no-document' >> ~/.gemrc && \
gem install \
scss_lint \
puppet-lint \
rubocop \
rubocop-github \
Expand Down
Loading

0 comments on commit f6d8e2d

Please sign in to comment.