Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation of pattern #2016

Merged
merged 9 commits into from
Sep 16, 2023
Merged

Conversation

Racer159
Copy link
Contributor

Description

This PR introduces a new variable key that checks a set value against a regex pattern before being allowed to proceed.

Related Issue

Fixes #1997

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@netlify
Copy link

netlify bot commented Sep 12, 2023

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit 9d21e8b
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/6504cc96ebd5010008a6b358

@Racer159 Racer159 marked this pull request as draft September 12, 2023 22:17
@Racer159 Racer159 added the needs-tests PR Label - Tests required to merge label Sep 12, 2023
@Racer159 Racer159 removed the needs-tests PR Label - Tests required to merge label Sep 13, 2023
@Racer159 Racer159 marked this pull request as ready for review September 13, 2023 02:23
Copy link
Contributor

@cmwylie19 cmwylie19 left a comment

Choose a reason for hiding this comment

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

lgtm

@Noxsios Noxsios merged commit 7216446 into main Sep 16, 2023
@Noxsios Noxsios deleted the 1997-pattern-regex-variables branch September 16, 2023 20:49
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.

Variable validation by a regex pattern
3 participants