-
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] Adding security solution packages as a dependency #146561
[Security Solution] Adding security solution packages as a dependency #146561
Conversation
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
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! Thank you.
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 👍
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…elastic#146561) (cherry picked from commit 2cb675d)
…elastic#146561) (cherry picked from commit 2cb675d)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ndency (#146561) (#146691) # Backport This will backport the following commits from `main` to `8.6`: - [[Security Solution] Adding security solution packages as a dependency (#146561)](#146561) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gloria Hornero","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-30T14:17:32Z","message":"[Security Solution] Adding security solution packages as a dependency (#146561)","sha":"2cb675d8142638f35b8e4abb6e91a0349f9f5c73","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections and Resp","Team:Threat Hunting","Team: SecuritySolution","v8.6.0","v8.7.0"],"number":146561,"url":"https://github.com/elastic/kibana/pull/146561","mergeCommit":{"message":"[Security Solution] Adding security solution packages as a dependency (#146561)","sha":"2cb675d8142638f35b8e4abb6e91a0349f9f5c73"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146561","number":146561,"mergeCommit":{"message":"[Security Solution] Adding security solution packages as a dependency (#146561)","sha":"2cb675d8142638f35b8e4abb6e91a0349f9f5c73"}}]}] BACKPORT--> Co-authored-by: Gloria Hornero <[email protected]>
Summary
Changes in the Security Solution packages may break our application, we are adding them as a dependency to execute our Cypress tests when a change is made in order to minimise the risk of introducing new issues.