-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution][Endpoint] Unit test for the ArtifactEntryCard
#111995
[Security Solution][Endpoint] Unit test for the ArtifactEntryCard
#111995
Conversation
Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt) |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚢
…lastic#111995) * Test file for ArtifactEntryCard * Fix i18n pluralization * refactor mapper of trusted apps for tags-to-effectScope from server code to common * determine EffectScope for Exceptions based on tags * Fix margin on artifact card divider * Updated snapshot
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
…111995) (#112137) * Test file for ArtifactEntryCard * Fix i18n pluralization * refactor mapper of trusted apps for tags-to-effectScope from server code to common * determine EffectScope for Exceptions based on tags * Fix margin on artifact card divider * Updated snapshot Co-authored-by: Paul Tavares <[email protected]>
Summary
ArtifactEntryCard
ArtifactEntryCard
to derive theEffectScope
from thetags
array (similar to what is done in Trusted Apps)