Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 21:31
· 78 commits to main since this release
4f3e5c4
fix: disable omnitrail attestor on windows (#278)

Currently omnitrail expects a POSIX filesystem, which windows does not
supply. This causes windows builds to break when compiled with the
omnitrail attestor. This PR adds a build flag to skip the omnitrail
attestor when building for windows.

Signed-off-by: Mikhail Swift <mikhail@testifysec.com>