KICS #360
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 warnings
[MEDIUM] NPM Install Command Without Pinned Version:
Dockerfile#L33
Check if packages installed by npm are pinning a specific version.
|
[MEDIUM] Unpinned Package Version in Apk Add:
Dockerfile#L25
Package version pinning reduces the range of versions that can be installed, reducing the chances of failure due to unanticipated changes
|
[LOW] Healthcheck Instruction Missing:
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
|
[LOW] Multiple RUN, ADD, COPY, Instructions Listed:
Dockerfile#L44
Multiple commands (RUN, COPY, ADD) should be grouped in order to reduce the number of layers.
|
[LOW] Multiple RUN, ADD, COPY, Instructions Listed:
Dockerfile#L46
Multiple commands (RUN, COPY, ADD) should be grouped in order to reduce the number of layers.
|