From d45d6781d2905e791e566aa670ee73d3d498639e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 16:50:38 +0000 Subject: [PATCH] chore(deps): update dependency semgrep to v1.176.1 --- Dockerfile | 2 +- flavors/c_cpp/Dockerfile | 2 +- flavors/cupcake/Dockerfile | 2 +- flavors/documentation/Dockerfile | 2 +- flavors/dotnet/Dockerfile | 2 +- flavors/dotnetweb/Dockerfile | 2 +- flavors/go/Dockerfile | 2 +- flavors/java/Dockerfile | 2 +- flavors/javascript/Dockerfile | 2 +- flavors/php/Dockerfile | 2 +- flavors/python/Dockerfile | 2 +- flavors/ruby/Dockerfile | 2 +- flavors/rust/Dockerfile | 2 +- flavors/salesforce/Dockerfile | 2 +- flavors/security/Dockerfile | 2 +- flavors/swift/Dockerfile | 2 +- flavors/terraform/Dockerfile | 2 +- linters/repository_semgrep/Dockerfile | 2 +- megalinter/descriptors/repository.megalinter-descriptor.yml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Dockerfile b/Dockerfile index a57845265c8..38d7511b27c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -358,7 +358,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/c_cpp/Dockerfile b/flavors/c_cpp/Dockerfile index 71d9160065c..0c52ac490f7 100644 --- a/flavors/c_cpp/Dockerfile +++ b/flavors/c_cpp/Dockerfile @@ -185,7 +185,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/cupcake/Dockerfile b/flavors/cupcake/Dockerfile index e926f0427ba..0be13a2ce8b 100644 --- a/flavors/cupcake/Dockerfile +++ b/flavors/cupcake/Dockerfile @@ -278,7 +278,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/documentation/Dockerfile b/flavors/documentation/Dockerfile index b8371888674..34439f8f3ef 100644 --- a/flavors/documentation/Dockerfile +++ b/flavors/documentation/Dockerfile @@ -181,7 +181,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/dotnet/Dockerfile b/flavors/dotnet/Dockerfile index a08d4a3fce7..03314c20200 100644 --- a/flavors/dotnet/Dockerfile +++ b/flavors/dotnet/Dockerfile @@ -209,7 +209,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 18b846c2008..c5cbe9a6fe7 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -237,7 +237,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/go/Dockerfile b/flavors/go/Dockerfile index 4454d6fb0f2..f81119b9450 100644 --- a/flavors/go/Dockerfile +++ b/flavors/go/Dockerfile @@ -195,7 +195,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/java/Dockerfile b/flavors/java/Dockerfile index 096b459cda1..4c25dab66b6 100644 --- a/flavors/java/Dockerfile +++ b/flavors/java/Dockerfile @@ -193,7 +193,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/javascript/Dockerfile b/flavors/javascript/Dockerfile index 28f9c5202e1..b7122739944 100644 --- a/flavors/javascript/Dockerfile +++ b/flavors/javascript/Dockerfile @@ -213,7 +213,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/php/Dockerfile b/flavors/php/Dockerfile index c67978b1a6f..693a87b6951 100644 --- a/flavors/php/Dockerfile +++ b/flavors/php/Dockerfile @@ -195,7 +195,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/python/Dockerfile b/flavors/python/Dockerfile index 42bc9c4f566..f1dfb4925b5 100644 --- a/flavors/python/Dockerfile +++ b/flavors/python/Dockerfile @@ -205,7 +205,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/ruby/Dockerfile b/flavors/ruby/Dockerfile index 94eb96afde9..1cb49911bc5 100644 --- a/flavors/ruby/Dockerfile +++ b/flavors/ruby/Dockerfile @@ -181,7 +181,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/rust/Dockerfile b/flavors/rust/Dockerfile index de815192089..0fa00b6b75f 100644 --- a/flavors/rust/Dockerfile +++ b/flavors/rust/Dockerfile @@ -181,7 +181,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/salesforce/Dockerfile b/flavors/salesforce/Dockerfile index 665e8ab9ae2..b22498e4195 100644 --- a/flavors/salesforce/Dockerfile +++ b/flavors/salesforce/Dockerfile @@ -191,7 +191,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/security/Dockerfile b/flavors/security/Dockerfile index 67cb3710fba..0510deac7b1 100644 --- a/flavors/security/Dockerfile +++ b/flavors/security/Dockerfile @@ -130,7 +130,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/swift/Dockerfile b/flavors/swift/Dockerfile index 161a9a773c4..495ba1d87eb 100644 --- a/flavors/swift/Dockerfile +++ b/flavors/swift/Dockerfile @@ -181,7 +181,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/flavors/terraform/Dockerfile b/flavors/terraform/Dockerfile index 22b9d0f8dc9..eaeabb34cb7 100644 --- a/flavors/terraform/Dockerfile +++ b/flavors/terraform/Dockerfile @@ -194,7 +194,7 @@ ARG NPM_SECRETLINT_SECRETLINT_RULE_PRESET_RECOMMEND_VERSION=13.0.5 # renovate: datasource=npm depName=@secretlint/secretlint-formatter-sarif ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=13.0.5 # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=github-tags depName=anchore/syft ARG REPOSITORY_SYFT_VERSION=1.51.1 # renovate: datasource=github-tags depName=aquasecurity/trivy diff --git a/linters/repository_semgrep/Dockerfile b/linters/repository_semgrep/Dockerfile index 3868d2420cf..a741e5a2ab3 100644 --- a/linters/repository_semgrep/Dockerfile +++ b/linters/repository_semgrep/Dockerfile @@ -62,7 +62,7 @@ RUN python -c 'import sys; assert sys.version_info >= (3, 14, 7), "Python 3.14.7 ARG TARGETPLATFORM ARG TARGETARCH # renovate: datasource=pypi depName=semgrep -ARG PIP_SEMGREP_VERSION=1.175.1 +ARG PIP_SEMGREP_VERSION=1.176.1 # renovate: datasource=pypi depName=pip ARG PIP_PIP_VERSION=26.2.1 # renovate: datasource=pypi depName=virtualenv diff --git a/megalinter/descriptors/repository.megalinter-descriptor.yml b/megalinter/descriptors/repository.megalinter-descriptor.yml index be36ee20c37..70ccd270021 100644 --- a/megalinter/descriptors/repository.megalinter-descriptor.yml +++ b/megalinter/descriptors/repository.megalinter-descriptor.yml @@ -830,7 +830,7 @@ linters: dockerfile: - |- # renovate: datasource=pypi depName=semgrep - ARG PIP_SEMGREP_VERSION=1.175.1 + ARG PIP_SEMGREP_VERSION=1.176.1 - |- # Wrap semgrep so its OCaml 5 runtime does not abort with # "Failed to allocate signal stack for domain 0", which happens when the