Skip to content

chore[XXXX]: fixed fullscreen bug #2184

chore[XXXX]: fixed fullscreen bug

chore[XXXX]: fixed fullscreen bug #2184

Triggered via pull request August 2, 2024 11:54
Status Success
Total duration 52s
Artifacts

kics.yml

on: pull_request
Analyze frontend
43s
Analyze frontend
Analyze backend
28s
Analyze backend
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
[INFO] Shared Volumes Between Containers: tx-backend/docker/docker-compose.yml#L23
Volumes shared between containers can cause data corruption or can be used to share malicious files between containers.
[MEDIUM] Container Capabilities Unrestricted: frontend/cypress/docker-compose.yml#L24
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
[MEDIUM] Container Capabilities Unrestricted: frontend/docker-compose.yml#L24
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
[MEDIUM] Healthcheck Not Set: frontend/cypress/docker-compose.yml#L24
Check containers periodically to see if they are running properly.
[MEDIUM] Host Namespace is Shared: frontend/docker-compose.yml#L45
The hosts process namespace should not be shared by containers
[MEDIUM] Shared Host Network Namespace: frontend/cypress/docker-compose.yml#L35
Container should not share the host network namespace