Skip to content

Change re_match to regex.match#13

Open
conorfitch wants to merge 1 commit intomainfrom
change-regex-function
Open

Change re_match to regex.match#13
conorfitch wants to merge 1 commit intomainfrom
change-regex-function

Conversation

@conorfitch
Copy link
Copy Markdown
Contributor

Copilot AI review requested due to automatic review settings January 16, 2026 17:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates a deprecated OPA builtin function in Recipe 4 (Quarantine Debug Builds) policy. The change replaces the deprecated re_match function with its modern equivalent regex.match, aligning with current OPA best practices.

Changes:

  • Updated function call from re_match to regex.match in recipe-4/policy.rego

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants