Skip to content

e2e handled#28

Merged
codec404 merged 1 commit into
devfrom
feat/e2e
Feb 18, 2026
Merged

e2e handled#28
codec404 merged 1 commit into
devfrom
feat/e2e

Conversation

@codec404
Copy link
Copy Markdown
Owner

@codec404 codec404 commented Feb 18, 2026

Description

Target Branch

  • Targeting dev ✅ (default for all feature branches)
  • Targeting master ⚠️ (hotfix or auto-generated D2M only)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Infrastructure/DevOps change

Changes Made

Testing

  • Unit tests pass (make test)
  • Integration tests pass
  • Manual testing completed
  • Docker containers start successfully (make setup)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Related Issues

Fixes #
Relates to #

Screenshots (if applicable)

Additional Notes

@codec404 codec404 merged commit c9cf2e1 into dev Feb 18, 2026
9 of 10 checks passed
@codec404 codec404 deleted the feat/e2e branch February 18, 2026 16:40
@@ -1,18 +1,18 @@
FROM ubuntu:22.04 as builder
FROM ubuntu:22.04 AS builder

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: docker/services/api-service.Dockerfile
Type: dockerfile
Vulnerability DS-0002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS-0002
@@ -1,15 +1,19 @@
FROM ubuntu:22.04 as builder
FROM ubuntu:22.04 AS builder

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: docker/services/distribution-service.Dockerfile
Type: dockerfile
Vulnerability DS-0002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS-0002
@@ -1,13 +1,18 @@
FROM ubuntu:22.04 as builder
FROM ubuntu:22.04 AS builder

Check failure

Code scanning / Trivy

Image user should not be 'root' High

Artifact: docker/services/validation-service.Dockerfile
Type: dockerfile
Vulnerability DS-0002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS-0002
@@ -1,18 +1,18 @@
FROM ubuntu:22.04 as builder
FROM ubuntu:22.04 AS builder

Check notice

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: docker/services/api-service.Dockerfile
Type: dockerfile
Vulnerability DS-0026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS-0026
@@ -1,15 +1,19 @@
FROM ubuntu:22.04 as builder
FROM ubuntu:22.04 AS builder

Check notice

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: docker/services/distribution-service.Dockerfile
Type: dockerfile
Vulnerability DS-0026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS-0026
@@ -1,13 +1,18 @@
FROM ubuntu:22.04 as builder
FROM ubuntu:22.04 AS builder

Check notice

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: docker/services/validation-service.Dockerfile
Type: dockerfile
Vulnerability DS-0026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS-0026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants