All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 56s
4 lines
133 B
Docker
4 lines
133 B
Docker
FROM aikidosecurity/local-scanner:latest
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|