You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a symbolic link to README.md in this very repository after moving it into the docs directory. By coincidence I ran witness run in the directory and got the following failure.
➜ go run . run -s build -a environment -k buildkey.pem -o build-attestation.json -- \
bash -c "echo 'hello' > hello.txt"
INFO Starting environment attestor...
INFO Starting material attestor...
ERROR Error running material attestor: EvalSymlinks: too many links
ERROR failed to run attestors: EvalSymlinks: too many links
exit status 1
Putting this issue here for me to pick up in a little bit.
The text was updated successfully, but these errors were encountered:
I added a symbolic link to
README.md
in this very repository after moving it into thedocs
directory. By coincidence I ranwitness run
in the directory and got the following failure.Putting this issue here for me to pick up in a little bit.
The text was updated successfully, but these errors were encountered: