Files
kics-github-action/Dockerfile
dependabot[bot] 29154ce097 Bump checkmarx/kics from v1.4.3-alpine to v1.4.4-alpine
Bumps checkmarx/kics from v1.4.3-alpine to v1.4.4-alpine.

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

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

8 lines
129 B
Docker

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