Files
kics-github-action/Dockerfile
dependabot[bot] 247e6d16d8 Bump checkmarx/kics from v1.4.0-alpine to v1.4.3-alpine
Bumps checkmarx/kics from v1.4.0-alpine to v1.4.3-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 07:03:27 +00:00

8 lines
129 B
Docker

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