8 lines
129 B
Docker
8 lines
129 B
Docker
FROM checkmarx/kics:v1.4.0-alpine
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|