Skip to content

Refactor/frontend backend interface #22

Refactor/frontend backend interface

Refactor/frontend backend interface #22

Triggered via pull request August 16, 2023 05:58
Status Failure
Total duration 1m 22s
Artifacts

kics.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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