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:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user