feat: add attest sign/verify

This commit is contained in:
mrjoelkamp
2024-04-29 15:02:21 -05:00
parent 20fc372988
commit fb1a43acfd
61 changed files with 1418 additions and 3 deletions

5
test/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine AS build
RUN echo "hello world" > /tmp/hello.txt
FROM scratch
COPY --from=build /tmp/hello.txt /