Ericsson / ered

An Erlang client library for Valkey/Redis Cluster
MIT License
16 stars 8 forks source link

Adopt Secure Software Development Best Practices of OpenSSF Scorecard #42

Open gkunz opened 6 months ago

gkunz commented 6 months ago

I'd like to propose to evaluate and (selectively) adopt secure software development best practices recommended by the Open Source Security Foundation (OpenSSF) [1]. The OpenSSF Scorecard project checks various development best practices of open source projects hosted on GitHub and provides guidance on how to improve those practices [2]. The overall goal of this issue is to strengthen the (supply chain) security posture of the ered project.

[1] https://openssf.org/ [2] https://github.com/ossf/scorecard/tree/main#scorecard-checks

Below are the results as of today. I would recommend looking into

gkunz commented 6 months ago

@zuiderkwast, @bjosv

bjosv commented 6 months ago

Thanks! I looked into the CI parts of your recommendations and prepared a PR to cover version pinning and automated updates.