compose-action/Dockerfile
Emilien Escalle 59fb88b48c chore(docs): fix lint issues
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-11-12 14:32:30 +01:00

11 lines
220 B
Docker

#checkov:skip=CKV_DOCKER_2: required
FROM ghcr.io/super-linter/super-linter:slim-v7
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}
ENV RUN_LOCAL=true
ENV USE_FIND_ALGORITHM=true
ENV LOG_LEVEL=WARN
ENV LOG_FILE="../logs"