Skip to content

Commit b318581

Browse files
committed
Merge remote-tracking branch 'origin/main' into renovate/python-3.x
2 parents 0b45672 + 107cffd commit b318581

Some content is hidden

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

44 files changed

+251
-226
lines changed

.automation/generated/linter-helps.json

Lines changed: 54 additions & 49 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"black": "25.1.0",
99
"cfn-lint": "1.32.4",
1010
"checkmake": "0.2.0",
11-
"checkov": "3.2.394",
11+
"checkov": "3.2.402",
1212
"checkstyle": "10.23.0",
1313
"chktex": "1.7.8",
1414
"clang-format": "19.1.4",
@@ -49,7 +49,7 @@
4949
"kubeconform": "0.6.7",
5050
"kubescape": "3.0.34",
5151
"kubeval": "0.16.1",
52-
"lightning-flow-scanner": "3.2.0",
52+
"lightning-flow-scanner": "3.2.1",
5353
"lintr": "0.0.0",
5454
"ls-lint": "2.3.0",
5555
"luacheck": "1.2.0",

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
- uses: actions/setup-python@v5
3030
with:
31-
python-version: 3.12.9
31+
python-version: 3.12.10
3232
- run: pip install --upgrade -r .config/python/dev/requirements.txt
3333
- run: cd .automation && bash build_schemas_doc.sh && cd ..
3434
# - run: mkdocs gh-deploy --force

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
echo "curr ver ${{ steps.version.outputs.cversion }}"
187187
- uses: actions/setup-python@v5
188188
with:
189-
python-version: 3.12.9
189+
python-version: 3.12.10
190190
- run: pip install --upgrade -r .config/python/dev/requirements.txt
191191
- run: cd .automation && bash build_schemas_doc.sh && cd ..
192192
# - run: mkdocs gh-deploy --force

.github/workflows/test-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.12.9
23+
python-version: 3.12.10
2424
- run: pip install --upgrade -r .config/python/dev/requirements.txt
2525
- run: cd .automation && bash build_schemas_doc.sh && cd ..
2626
- run: mkdocs build

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
9191
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2025.02.20 to **2025.04.07** on 2025-04-09
9292
- [vale](https://vale.sh/) from 3.11.1 to **3.11.2** on 2025-04-09
9393
- [stylelint](https://stylelint.io) from 16.17.0 to **16.18.0** on 2025-04-09
94+
- [checkov](https://www.checkov.io/) from 3.2.394 to **3.2.402** on 2025-04-13
95+
- [lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner) from 3.2.0 to **3.2.1** on 2025-04-13
9496
<!-- linter-versions-end -->
9597

9698
## [v8.5.0] - 2024-03-23

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ ARG CLJ_KONDO_VERSION=2025.01.16
149149
# renovate: datasource=github-tags depName=greglook/cljstyle
150150
ARG CLJ_STYLE_VERSION=0.17.642
151151
# renovate: datasource=pypi depName=cfn-lint
152-
ARG PIP_CFN_LINT_VERSION=1.32.4
152+
ARG PIP_CFN_LINT_VERSION=1.33.2
153153
# renovate: datasource=npm depName=@coffeelint/cli
154154
ARG NPM_COFFEELINT_CLI_VERSION=5.2.11
155155
# renovate: datasource=npm depName=jscpd
@@ -287,23 +287,23 @@ ARG PIP_BANDIT_SARIF_FORMATTER_VERSION=1.1.1
287287
# renovate: datasource=pypi depName=mypy
288288
ARG PIP_MYPY_VERSION=1.15.0
289289
# renovate: datasource=npm depName=pyright
290-
ARG NPM_PYRIGHT_VERSION=1.1.398
290+
ARG NPM_PYRIGHT_VERSION=1.1.399
291291
# renovate: datasource=pypi depName=ruff
292292
ARG PIP_RUFF_VERSION=0.11.4
293293
# renovate: datasource=github-tags depName=nxadm/rakudo-pkg
294294
ARG RAKU_RAKU_VERSION=2024.12
295295
ARG RAKU_RAKU_ALPINE_VERSION=3.20
296296

297297
# renovate: datasource=pypi depName=checkov
298-
ARG PIP_CHECKOV_VERSION=3.2.402
298+
ARG PIP_CHECKOV_VERSION=3.2.404
299299
# renovate: datasource=nuget depName=Microsoft.CST.DevSkim.CLI
300300
ARG REPOSITORY_DEVSKIM_VERSION=1.0.52
301301
# renovate: datasource=github-tags depName=anchore/grype
302302
ARG REPOSITORY_GRYPE_VERSION=0.91.0
303303
# renovate: datasource=npm depName=@ls-lint/ls-lint
304304
ARG NPM_LS_LINT_LS_LINT_VERSION=2.3.0
305305
# renovate: datasource=npm depName=secretlint
306-
ARG NPM_SECRETLINT_VERSION=9.3.0
306+
ARG NPM_SECRETLINT_VERSION=9.2.0
307307
# renovate: datasource=npm depName=@secretlint/secretlint-rule-preset-recommend
308308
ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=9.3.0
309309
# renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif

Dockerfile-quick

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM $MEGALINTER_BASE_IMAGE as base
1515
# Build wheel for megalinter python package
1616
##################
1717
FROM ghcr.io/astral-sh/uv:0.6.13 AS uv
18-
FROM python:3.12.9-alpine3.21 AS build-ml-core
18+
FROM python:3.12.10-alpine3.21 AS build-ml-core
1919
WORKDIR /
2020
COPY pyproject.toml .
2121
COPY --from=uv /uv /bin/uv

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
2424
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
2525
<!-- gh-dependents-info-used-by-start -->
26-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2896&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
26+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2909&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
2727
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
2828
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
2929
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)

0 commit comments

Comments
 (0)