KICS #372
Annotations
5 warnings
Dockerfile#L33
Check if packages installed by npm are pinning a specific version.
|
Dockerfile#L25
Package version pinning reduces the range of versions that can be installed, reducing the chances of failure due to unanticipated changes
|
Dockerfile#L37
Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working
|
Dockerfile#L44
Multiple commands (RUN, COPY, ADD) should be grouped in order to reduce the number of layers.
|
Dockerfile#L46
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