10 lines
149 B
Docker
10 lines
149 B
Docker
FROM checkmarx/kics:gh-action-kics1.6
|
|
|
|
COPY ./entrypoint.sh /entrypoint.sh
|
|
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
COPY ./ /app
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|