Skip to content

Tags: xee5ch/witness

Tags

v0.1.1

Toggle v0.1.1's commit message
bug: fix incorrect policy evaluation

Attestation collections were incorrectly being considered to have passed
the policy if any of the attestations passed, even if others failed.
This was due to the collection being added to the Passed slice multiple
times for each attestation that didn't result in a failure.  Properly
breaking out of the inner loop and only considering a collection as
passed when all of it's attestations pass fixes the issue.

Signed-off-by: Mikhail Swift <[email protected]>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mikhailswift Mikhail Swift
bug: temporarily turn off go mod proxy

Until we turn the repository public go proxy won't work since we're
still private. This will be turned back on once the repo is switched
public.

Signed-off-by: Mikhail Swift <[email protected]>

v0.0.1-alpha10

Toggle v0.0.1-alpha10's commit message

Verified

This commit was signed with the committer’s verified signature.
mikhailswift Mikhail Swift
bug: adjust goreleaser main path

Signed-off-by: Mikhail Swift <[email protected]>

v0.0.1-apha9

Toggle v0.0.1-apha9's commit message
bug: fix go-releaser, add attestor option to Run from cmd

Few lingering things from the refactor -- go-releaser needs to point to
the updated location of main.go and I forgot to pass the attestors
through to witness.Run.

Signed-off-by: Mikhail Swift <[email protected]>

v0.0.1-alpha9

Toggle v0.0.1-alpha9's commit message
bug: fix go-releaser, add attestor option to Run from cmd

Few lingering things from the refactor -- go-releaser needs to point to
the updated location of main.go and I forgot to pass the attestors
through to witness.Run.

Signed-off-by: Mikhail Swift <[email protected]>

v0.0.1-alpha8

Toggle v0.0.1-alpha8's commit message
feat: OCI Attestor

Creats attestation on OCI images

Subjects:
- ContainerID
- Layer DiffID
- Tar Digest

v0.0.1-alpha7

Toggle v0.0.1-alpha7's commit message
feat: add nicer changelogs

v0.0.1-alpha6

Toggle v0.0.1-alpha6's commit message
Add support for reading configuration from file

v0.0.1-alpha5

Toggle v0.0.1-alpha5's commit message

Verified

This commit was signed with the committer’s verified signature.
mikhailswift Mikhail Swift
Rename go package to github.com/testifysec/witness

Moving all development to github in preparation of the open source
release.

v0.0.1-alpha4

Toggle v0.0.1-alpha4's commit message
Rename go package to gitlab.com/testifysec/witness