go-crypt/trust
Snider 39643ddba0
Some checks failed
Security Scan / security (push) Failing after 8s
Test / test (push) Failing after 6m20s
fix: replace fmt.Errorf and errors.New with coreerr.E()
Replace all fmt.Errorf/errors.New calls in auth/auth.go,
crypt/pgp/pgp.go, crypt/rsa/rsa.go, crypt/chachapoly/chachapoly.go,
and trust/trust.go with coreerr.E(op, msg, err) from go-log.
No stale pkg/framework imports found.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 18:19:51 +00:00
..
approval.go chore: fmt.Errorf(static) → errors.New 2026-02-24 16:30:08 +00:00
approval_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00
audit.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00
audit_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00
bench_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00
config.go feat(trust): Phase 3 — approval workflow, audit log, dynamic policies, scope wildcards 2026-02-20 04:02:47 +00:00
config_test.go feat(trust): Phase 3 — approval workflow, audit log, dynamic policies, scope wildcards 2026-02-20 04:02:47 +00:00
policy.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
policy_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
scope_test.go feat(trust): Phase 3 — approval workflow, audit log, dynamic policies, scope wildcards 2026-02-20 04:02:47 +00:00
trust.go fix: replace fmt.Errorf and errors.New with coreerr.E() 2026-03-16 18:19:51 +00:00
trust_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00