envoyproxy/envoy

Signed releases

Open

#14,076 opened on Nov 18, 2020

View on GitHub
 (18 comments) (2 reactions) (0 assignees)C++ (5,373 forks)batch import
area/buildarea/securityenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Running https://github.com/ossf/scorecard against https://github.com/envoyproxy/envoy gives generally a high score, but we are missing signed releases/tags. The idea is to attach a GPG ASCII signature to the release/tag artifacts.

Arguably the benefit is marginal if we trust GitHub security (how many Envoy consumers will check this signature?), but this seems a reasonable defense-in-depth best practice to follow.

Contributor guide