Search criteria for assets as build and as planned #608
Annotations
10 warnings
frontend/cypress/docker-compose.yml#L24
Check containers periodically to see if they are running properly.
|
frontend/cypress/docker-compose.yml#L24
The hosts process namespace should not be shared by containers
|
frontend/docker-compose.yml#L45
The hosts process namespace should not be shared by containers
|
frontend/cypress/Dockerfile#L32
Leaving the last user as root can cause security risks. Change to another user after running the commands the need privileges
|
frontend/cypress/docker-compose.yml#L24
Setting networks in services ensures you are not using dockers default bridge (docker0), which shares traffic bewteen all containers.
|
frontend/cypress/docker-compose.yml#L35
Container should not share the host network namespace
|
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.
|
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.
|
frontend/cypress/Dockerfile#L30
Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working
|
frontend/Dockerfile#L69
Multiple commands (RUN, COPY, ADD) should be grouped in order to reduce the number of layers.
|
The logs for this run have expired and are no longer available.
Loading