Files
kics-github-action/Dockerfile
2020-12-30 10:37:41 +02:00

7 lines
119 B
Docker

FROM alpine:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]