You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring OCI rules, if there is an error in the artifact name, it will cause part of the prompt to be re-appended, which makes the prompts grow longer.
With each error, (newline separated values) is added onto the prompt again.
Reproduction steps
1. Perform either a `validator rules check` or `validator install` =>`validator rules apply...`
2. "Yes" when prompted to configure OCI rules
3. Fill in required details until the step where you are prompted to enter artifact names.
4. Enter any artifact name that does not match the expected regex `^<registry_host>/.*$`
5. Observe the prompt now has the phrase `(newline separated values)` repeated twice.
6. Perform steps 4-5 as many times as desired, each time observing the prompt getting longer.
Environment
validatorctl: v0.2.1
validator-plugin-oci: v0.3.3
Screenshots
Logs
No response
The text was updated successfully, but these errors were encountered:
Description
When configuring OCI rules, if there is an error in the artifact name, it will cause part of the prompt to be re-appended, which makes the prompts grow longer.
With each error,
(newline separated values)
is added onto the prompt again.Reproduction steps
Environment
Screenshots
Logs
No response
The text was updated successfully, but these errors were encountered: