From dc6477e17888be568b8ac7dc726377539092be46 Mon Sep 17 00:00:00 2001 From: Stefan Vacareanu Date: Thu, 30 Jul 2026 08:37:19 +0200 Subject: [PATCH] Bump Opengrep version to 1.26.0 Updates .tool_version and the Dockerfile's OPENGREP_VERSION ARG in lock-step. The opengrep-rules commit pin in internal/docgen/parsing.go is already at the latest commit on the default branch (the "release" branch referenced in the README no longer exists; the repo now only has main), so no change was needed there. Co-Authored-By: Claude Sonnet 5 --- .tool_version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool_version b/.tool_version index bfbadb3..bc58404 100644 --- a/.tool_version +++ b/.tool_version @@ -1 +1 @@ -1.23.0 \ No newline at end of file +1.26.0 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index bb76717..18f1c95 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG OPENGREP_VERSION=v1.23.0 +ARG OPENGREP_VERSION=v1.26.0 # Build codacy-opengrep wrapper FROM golang:1.23-alpine3.21 AS builder