Skip to content

Bump actions/checkout from 3 to 4 #147

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #147

Triggered via pull request September 4, 2023 18:49
Status Success
Total duration 3m 14s
Artifacts

docker-image.yml

on: pull_request
build-and-push-image
3m 0s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
[HIGH] Missing User Instruction: Dockerfile#L53
A user should be specified in the dockerfile, otherwise the image will run as root
[MEDIUM] Apt Get Install Pin Version Not Defined: Dockerfile#L36
When installing a package, its pin version should be defined
[MEDIUM] NPM Install Command Without Pinned Version: Dockerfile#L36
Check if packages installed by npm are pinning a specific version.
[LOW] Chown Flag Exists: 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
[LOW] Chown Flag Exists: 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
[LOW] Chown Flag Exists: 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
[LOW] Healthcheck Instruction Missing: 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
[INFO] APT-GET Not Avoiding Additional Packages: Dockerfile#L36
Check if any apt-get installs don't use '--no-install-recommends' flag to avoid installing additional packages.
[INFO] Apt Get Install Lists Were Not Deleted: Dockerfile#L36
After using apt-get install, it is needed to delete apt-get lists