hanko 0.5.3

Keeps your Git allowed signers file up to date with signing keys configured on software development platforms like GitHub and GitLab.
Documentation
1
2
3
4
5
6
7
8
FROM scratch

LABEL org.opencontainers.image.title="hanko"
LABEL org.opencontainers.image.authors="Marvin Vogt <m@rvinvogt.com>"

COPY hanko /app/hanko

ENTRYPOINT ["/app/hanko"]