github.com/google/trillian-examples@v0.0.0-20240520080811-0d40d35cef0e/binary_transparency/README.md (about) 1 Binary Transparency 2 =================== 3 4 The software supply chain has many areas where an increase in _discoverability_ 5 of artifacts and the claims which surround them can help improve the security 6 and trust in the output of those chains. 7 8 Applying the transparency models, patterns, and techniques is a good way to 9 achieve this discoverability. 10 11 This directory will contain some examples of how to apply binary transparency 12 to particular use cases. 13 14 Index 15 ----- 16 17 * [Firmware Transparency](firmware) 18 This is an example of applying transparency to firmware for a small compute 19 platform. 20 You can imagine this in the context of phones, or IoT devices etc., but the 21 same principles apply for larger systems such as compute servers etc., too. 22 23 24 25