style: skip the checkov healthcheck policy

This commit is contained in:
Matouš Volf 2025-01-03 11:02:42 +01:00 committed by Gitea
parent 817e528ba8
commit 9283cfb516

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