Closed
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Signed-off-by: Mario Francia <mariofranciarius@gmail.com> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
…in (#1379) Signed-off-by: Miguel Ángel <miguelangel@io.builders> Signed-off-by: mamoralesiob <miguelangel@io.builders>
) Signed-off-by: Adrian Escacena <adrian@io.builders> Signed-off-by: rbermejo <ruben@io.builders> Signed-off-by: mamoralesiob <miguelangel@io.builders> Co-authored-by: Adrian Escacena <adrian@io.builders> Co-authored-by: mamoralesiob <miguelangel@io.builders> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Miguel Ángel <miguelangel@io.builders> Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Miguel Ángel <miguelangel@io.builders> Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders> Signed-off-by: Mario Francia <mariofranciarius@gmail.com> Co-authored-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: mamoralesiob <miguelangel@io.builders>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
…1397) Signed-off-by: Ruben Martinez <ruben.martinez@io.builders> Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders> Signed-off-by: Mario Francia <mariofranciarius@gmail.com> Co-authored-by: jaime-iobermudez <jaime.bermudez@io.builders> Co-authored-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
d494be1 to
b8ccfcc
Compare
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
themariofrancia
approved these changes
Feb 27, 2026
|
❌ The last analysis has failed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This pull request introduces significant improvements to the build and test process for the contracts, as well as optimizations to the Dockerfile for the backend service. The main changes include a complete refactor of the GitHub Actions workflow for contracts, a more robust and efficient Docker build process, and the removal of the public security policy file.
CI/CD Workflow Improvements:
.github/workflows/test-contracts.yamlto use a multi-stage, cache-optimized workflow:Backend Dockerfile Optimizations:
backend/Dockerfilefor both development and production:Security Policy:
SECURITY.mdfile, eliminating the public documentation for vulnerability reporting via email.Related issue(s):
Fixes #
Notes for reviewer:
Checklist