chore: Bump Opengrep version to 1.23.0 [TCE-1547] - #27
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the tool version in .tool_version and the OPENGREP_VERSION argument in the Dockerfile from 1.21.0 to 1.23.0. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
This PR bumps the embedded Opengrep version used by the Docker image and aligns the repository’s tool version metadata with that bump.
Changes:
- Updated
OPENGREP_VERSIONinDockerfilefromv1.21.0tov1.23.0. - Updated
.tool_versionfrom1.21.0to1.23.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Dockerfile | Updates the Opengrep release tag used when downloading the binary during image build. |
| .tool_version | Updates the tool version metadata consumed by CI/doc generation to 1.23.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
The changes in the Dockerfile are up to standards with no logic or quality issues. However, an acceptance criteria gap exists: the update to the .tool_version file, identified as a requirement, is missing from the PR. Consistency across all configuration files should be verified before merging to ensure environment parity.
Test suggestions
- Verify that the Dockerfile builds successfully and correctly downloads the Opengrep v1.23.0 binary.
- Ensure any version-checking logic or CI scripts correctly identify the new version from .tool_version.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the Dockerfile builds successfully and correctly downloads the Opengrep v1.23.0 binary.
2. Ensure any version-checking logic or CI scripts correctly identify the new version from .tool_version.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Description
Bumps the Opengrep version from
1.21.0to1.23.0.OPENGREP_VERSIONARG inDockerfiletov1.23.0.tool_versionto1.23.0Resolves TCE-1547.
🤖 Generated with Claude Code