Bump docker/build-push-action from 4.1.1 to 4.2.1 #148
Annotations
9 warnings
Dockerfile#L53
A user should be specified in the dockerfile, otherwise the image will run as root
|
Dockerfile#L36
When installing a package, its pin version should be defined
|
Dockerfile#L36
Check if packages installed by npm are pinning a specific version.
|
Dockerfile#L13
It is considered a best practice for every executable in a container to be owned by the root user even if it is executed by a non-root user, only execution permissions are required on the file, not ownership
|
Dockerfile#L59
It is considered a best practice for every executable in a container to be owned by the root user even if it is executed by a non-root user, only execution permissions are required on the file, not ownership
|
Dockerfile#L60
It is considered a best practice for every executable in a container to be owned by the root user even if it is executed by a non-root user, only execution permissions are required on the file, not ownership
|
Dockerfile#L53
Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working
|
Dockerfile#L36
Check if any apt-get installs don't use '--no-install-recommends' flag to avoid installing additional packages.
|
Dockerfile#L36
After using apt-get install, it is needed to delete apt-get lists
|
The logs for this run have expired and are no longer available.
Loading