Skip to content

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 3, 2025

What does this PR do?

Adds exit code 284 to non fatal exit codes for endpoint security component.

Why is it important?

See related issues, the change introduced only posix exit code.

Background story: The exit code was 284 since the beginning for all platforms, but later on we changed it for posix to fix bash scripts. The problem is that shell scripts expect byte size return codes, so 284 becomes 28 when casted to byte size.

Checklist

  • I have read and understood the pull request guidelines of this project.
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in ./changelog/fragments using the changelog tool
  • I have added an integration test or an E2E test

Disruptive User Impact

How to test this PR locally

Related issues

Questions to ask yourself

  • How are we going to support this in production?
  • How are we going to measure its adoption?
  • How are we going to debug this?
  • What are the metrics I should take care of?
  • ...

This is an automatic backport of pull request #9687 done by [Mergify](https://mergify.com).
* add non-fatal endpoint security exit code * add pr fragment (cherry picked from commit c022c77)
@mergify mergify bot added the backport label Sep 3, 2025
@mergify mergify bot requested a review from a team as a code owner September 3, 2025 20:44
@mergify mergify bot assigned intxgo Sep 3, 2025
@mergify mergify bot requested review from kaanyalti and pchila and removed request for a team September 3, 2025 20:44
@mergify mergify bot mentioned this pull request Sep 3, 2025
8 tasks
@github-actions github-actions bot added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label Sep 3, 2025
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

cc @intxgo

@cmacknz cmacknz merged commit b27eeeb into 9.1 Sep 4, 2025
21 checks passed
@cmacknz cmacknz deleted the mergify/bp/9.1/pr-9687 branch September 4, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

3 participants