Refactor/frontend backend interface #22
Annotations
1 error and 5 warnings
Analyze
KICS scan failed with exit code 50
|
[HIGH] Missing User Instruction:
backend/Dockerfile#L31
A user should be specified in the dockerfile, otherwise the image will run as root
|
[HIGH] Missing User Instruction:
frontend/Dockerfile#L22
A user should be specified in the dockerfile, otherwise the image will run as root
|
[MEDIUM] NPM Install Command Without Pinned Version:
frontend/Dockerfile#L28
Check if packages installed by npm are pinning a specific version.
|
[LOW] Healthcheck Instruction Missing:
backend/Dockerfile#L31
Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working
|
[LOW] Healthcheck Instruction Missing:
frontend/Dockerfile#L22
Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working
|