Files
kics-github-action/Dockerfile
dependabot[bot] 9ca6e801b9 Bump checkmarx/kics from v1.4.4-alpine to v1.4.5-alpine
Bumps checkmarx/kics from v1.4.4-alpine to v1.4.5-alpine.

---
updated-dependencies:
- dependency-name: checkmarx/kics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 07:05:11 +00:00

8 lines
129 B
Docker

FROM checkmarx/kics:v1.4.5-alpine
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]