shared-actions/internal-aikido-pr-scan/Dockerfile
Michael Seele feaeeedd7a feat: add Aikido full and PR scan actions
Co-authored-by: Copilot <copilot@github.com>
2026-04-30 13:17:44 +02:00

4 lines
133 B
Docker

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