Skip to content

fix: correct OPM grep pattern in nightly security check#64

Merged
levleontiev merged 1 commit intomainfrom
fix/issue-63-nightly-opm-grep
Mar 25, 2026
Merged

fix: correct OPM grep pattern in nightly security check#64
levleontiev merged 1 commit intomainfrom
fix/issue-63-nightly-opm-grep

Conversation

@levleontiev
Copy link
Contributor

Summary

Fixes #63.

Test plan

  • Manually dispatch Security Nightly workflow and confirm "Check lua-resty-maxminddb OPM version" step passes
  • Verify PINNED prints 1.3.7 in the step log

🤖 Generated with Claude Code

The lua-resty-maxminddb version check was using a space separator
pattern ('lua-resty-maxminddb \K[0-9.]+') that no longer matches
the Dockerfile after issue #56 changed the opm get syntax to use
an equals sign ('opm get package=version').

Empty PINNED caused the step to always enter the "update available"
branch and fail, which in turn triggered the "Open issue on nightly
security failure" step — creating issue #63.

Fixes #63.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@levleontiev levleontiev merged commit bb6c744 into main Mar 25, 2026
11 checks passed
@levleontiev levleontiev deleted the fix/issue-63-nightly-opm-grep branch March 25, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

security: nightly high/critical findings

2 participants