shared-actions/aikido-full-scan/docker/Dockerfile
Michael Seele b009c23bb7
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 56s
fix: move aikido internal actions into the shared actions to make it work
2026-05-04 06:59:47 +00:00

4 lines
133 B
Docker

FROM aikidosecurity/local-scanner:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]