using alpine
This commit is contained in:
10
Dockerfile
10
Dockerfile
@ -1,3 +1,7 @@
|
||||
FROM checkmarx/kics:latest
|
||||
|
||||
ENTRYPOINT ["/app/bin/kics","-p /github/workspace/$INPUT_DIRECTORY"]
|
||||
FROM alpine:latest
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Reference in New Issue
Block a user