Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 16, 2024
2 parents da0ce87 + 34855dc commit 6273fc8
Show file tree
Hide file tree
Showing 59 changed files with 190 additions and 172 deletions.
38 changes: 19 additions & 19 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 @@ -6,9 +6,9 @@
"bash-exec": "5.2.26",
"bicep_linter": "0.29.47",
"black": "24.8.0",
"cfn-lint": "1.10.1",
"cfn-lint": "1.10.2",
"checkmake": "0.2.0",
"checkov": "3.2.223",
"checkov": "3.2.228",
"checkstyle": "10.17.0",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand All @@ -25,7 +25,7 @@
"djlint": "1.34.1",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.3.0",
"dotnet-format": "8.0.107",
"dotnet-format": "8.0.108",
"dustilock": "1.2.0",
"editorconfig-checker": "3.0.3",
"eslint": "8.57.0",
Expand Down Expand Up @@ -79,13 +79,13 @@
"pyright": "1.1.376",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.7",
"revive": "1.3.9",
"roslynator": "0.8.9.0",
"rst-lint": "1.4.0",
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.65.1",
"ruff": "0.5.7",
"ruff": "0.6.0",
"scalafix": "0.12.1",
"scss-lint": "0.60.0",
"secretlint": "8.2.4",
Expand All @@ -102,7 +102,7 @@
"sql-lint": "1.0.0",
"sqlfluff": "3.1.0",
"standard": "17.1.0",
"stylelint": "16.8.1",
"stylelint": "16.8.2",
"swiftlint": "0.56.1",
"syft": "1.11.0",
"tekton-lint": "1.1.0",
Expand All @@ -112,7 +112,7 @@
"tflint": "0.52.0",
"trivy": "0.54.1",
"trivy-sbom": "0.54.1",
"trufflehog": "3.81.8",
"trufflehog": "3.81.9",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "3.1.1",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,13 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [golangci-lint](https://golangci-lint.run/) from 1.59.1 to **1.60.1** on 2024-08-14
- [pyright](https://github.com/Microsoft/pyright) from 1.1.375 to **1.1.376** on 2024-08-14
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.17.0 to **8.18.0** on 2024-08-14
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.10.1 to **1.10.2** on 2024-08-16
- [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 8.0.107 to **8.0.108** on 2024-08-16
- [stylelint](https://stylelint.io) from 16.8.1 to **16.8.2** on 2024-08-16
- [revive](https://revive.run/) from 1.3.7 to **1.3.9** on 2024-08-16
- [ruff](https://github.com/astral-sh/ruff) from 0.5.7 to **0.6.0** on 2024-08-16
- [checkov](https://www.checkov.io/) from 3.2.223 to **3.2.228** on 2024-08-16
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.81.8 to **3.81.9** on 2024-08-16
<!-- linter-versions-end -->

## [v7.13.0] - 2024-07-06
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG REPOSITORY_GITLEAKS_VERSION=v8.18.4
# renovate: datasource=docker depName=checkmarx/kics
ARG REPOSITORY_KICS_VERSION=v2.1.2-alpine
# renovate: datasource=docker depName=trufflesecurity/trufflehog
ARG REPOSITORY_TRUFFLEHOG_VERSION=3.81.8
ARG REPOSITORY_TRUFFLEHOG_VERSION=3.81.9
# renovate: datasource=docker depName=jdkato/vale
ARG SPELL_VALE_VERSION=v3.7.0
# renovate: datasource=docker depName=ghcr.io/terraform-linters/tflint
Expand Down Expand Up @@ -56,7 +56,7 @@ FROM golang:1-alpine AS revive
## 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.3.7
ARG GO_REVIVE_VERSION=v1.3.9
RUN GOBIN=/usr/bin go install github.com/mgechev/revive@$GO_REVIVE_VERSION
FROM ghcr.io/yannh/kubeconform:${KUBERNETES_KUBECONFORM_VERSION} AS kubeconform
FROM ghcr.io/assignuser/chktex-alpine:latest AS chktex
Expand Down Expand Up @@ -87,9 +87,9 @@ FROM python:3.12.5-alpine3.20
# renovate: datasource=npm depName=@salesforce/cli
ARG SALESFORCE_CLI_VERSION=2.54.6
# renovate: datasource=npm depName=@salesforce/plugin-packaging
ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.7.4
ARG SALESFORCE_PLUGIN_PACKAGING_VERSION=2.8.0
# renovate: datasource=npm depName=sfdx-hardis
ARG SFDX_HARDIS_VERSION=4.52.0
ARG SFDX_HARDIS_VERSION=4.52.1
ARG ARM_TTK_NAME='master.zip'
ARG ARM_TTK_URI='https://github.com/Azure/arm-ttk/archive/master.zip'
ARG ARM_TTK_DIRECTORY='/opt/microsoft'
Expand Down Expand Up @@ -136,6 +136,7 @@ RUN apk add --no-cache \
docker \
openrc \
icu-libs \
go \
openjdk21 \
perl \
perl-dev \
Expand All @@ -158,7 +159,6 @@ RUN apk add --no-cache \
nodejs \
npm \
yarn \
go \
openjdk17 \
helm \
gcompat \
Expand Down
Loading

0 comments on commit 6273fc8

Please sign in to comment.