Skip to content

chore(deps): update dependency node

Wiz Inc. (48d099cbad) / Wiz IaC Scanner completed Feb 29, 2024 in 3s

Wiz IaC Scanner

Ave, Virtuoso of Version Control! ๐ŸŽถ

Wiz's owl flew high, returning with news of treasure troves nestled within this PR. ๐Ÿฆ‰๐ŸŒŸ

Revealing IaC misconfigurations with Wiz ๐Ÿช„

๐Ÿ”ฎ Misconfigurations Detected: 2

โ€• Note from Wiz: "Your code dances with the grace of a spellbound waltz - keep enchanting! ๐Ÿช„๐Ÿ’ƒ"

Annotations

Check failure on line 11 in Dockerfile

See this annotation in the file changed.

@wiz-inc-48d099cbad wiz-inc-48d099cbad / Wiz IaC Scanner

Missing User Instruction

Rule ID: 266c11fa-b206-48cf-89fd-227310dd65a8
Severity: High
Resource: FROM={{node:20.10.0-alpine3.17}}
File Type: Dockerfile
Expected: The 'Dockerfile' should contain the 'USER' instruction
Found: The 'Dockerfile' does not contain any 'USER' instruction

A user should be specified in the dockerfile, otherwise the image will run as root

Check notice on line 11 in Dockerfile

See this annotation in the file changed.

@wiz-inc-48d099cbad wiz-inc-48d099cbad / Wiz IaC Scanner

Healthcheck Instruction Missing

Rule ID: 29672f39-4358-4055-bac4-c284741e7bc8
Severity: Low
Resource: FROM={{node:20.10.0-alpine3.17}}
File Type: Dockerfile
Expected: Dockerfile should contain instruction 'HEALTHCHECK'
Found: Dockerfile doesn't contain instruction 'HEALTHCHECK'

Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working