-
Notifications
You must be signed in to change notification settings - Fork 39
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
Use displayName in detailed profile view CLI #4251
Comments
eleftherias
added a commit
to eleftherias/minder
that referenced
this issue
Aug 28, 2024
Also, remove the rule ID from this view to make more room. Ref mindersec#4251
10 tasks
eleftherias
added a commit
that referenced
this issue
Aug 28, 2024
Also, remove the rule ID from this view to make more room. Ref #4251
eleftherias
added a commit
to eleftherias/minder
that referenced
this issue
Sep 4, 2024
If a profile does not have a custom name set for the rule, then the rule display name should be used as a default. Fix mindersec#4251
10 tasks
eleftherias
added a commit
to eleftherias/minder
that referenced
this issue
Sep 9, 2024
If a profile does not have a custom name set for the rule, then the rule display name should be used as a default. Fix mindersec#4251
eleftherias
added a commit
to eleftherias/minder
that referenced
this issue
Sep 10, 2024
If a profile does not have a custom name set for the rule, then the rule display name should be used as a default. Fix mindersec#4251
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Acceptance Criteria
Given a profile in the Minder
when I run
minder profile status list --detailed
then I see both the short name and the display name
If a profile does not have a custom name set for the rule, then the rule display name should be used. If neither of those exist, then the rule type name should be used.
The text was updated successfully, but these errors were encountered: