style: skip the checkov healthcheck policy

This commit is contained in:
Matouš Volf 2025-01-03 11:02:42 +01:00
parent 19be0884d0
commit 6e260f85fd
Signed by: matous-volf
GPG Key ID: A23C7E16096933BE

@ -10,4 +10,6 @@ RUN npm install
USER 1000:1000 USER 1000:1000
#checkov:skip=CKV_DOCKER_2: No need for (or even a simple way to do) a healthcheck.
CMD ["npm", "run", "watch"] CMD ["npm", "run", "watch"]