Jonny Stoten a4c3bd07fe Add proper mirror support (#74)
* Add rewrite support and fix existing tests

* Add unit tests for policy matching

* Compile regexes up front and store policies in map

* Add test for verify flow with mirror

* Rename ImageName -> ResolvedName

And only set it when necessary

* Rename Rewrite -> Replacement

but keep it as rewrite in the yaml
2024-07-12 17:09:41 +01:00
2024-07-09 15:02:49 +01:00
2024-07-10 17:30:35 -05:00
2024-07-12 17:09:41 +01:00
2024-04-29 16:17:58 -05:00
2024-07-12 17:09:41 +01:00
2024-04-15 11:57:10 -05:00
2024-04-15 11:57:10 -05:00

attest

library to create, verify, and evaluate policy for attestations on container images

codecov

usage

signing and verifying attestations

See example_sign_test.go

See example_verify_test.go

mirroring TUF repositories to OCI

See example_mirror_test.go

using go-tuf OCI registry client

See example_registry_test.go

Description
Mirror of github.com/actions/attest
Readme 1.3 MiB
Languages
Go 99.1%
Shell 0.7%
Dockerfile 0.2%