Files
kics-github-action/Dockerfile
João Reigota 4493efc617 KICS GitHub Action now pulls KICS from Docker image
Updated KICS to pull from Docker image checkmarx/kics:gh-action for better version control

Signed-off-by: João Reigota <joao.reigota@checkmarx.com>
2021-11-26 10:39:16 +00:00

10 lines
141 B
Docker

FROM checkmarx/kics:gh-action
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY ./ /app
ENTRYPOINT ["/entrypoint.sh"]