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>
This commit is contained in:
João Reigota
2021-11-25 10:47:29 +00:00
parent 6fd8ac885d
commit 4493efc617
5 changed files with 58 additions and 55 deletions

9
Dockerfile Normal file
View File

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