File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,26 @@ const tags = [
266266 </div >
267267 </FlexibleSection >
268268
269+ <FlexibleSection leftRatio ={ 1 } title =" Verifiability of releases" theme =" light" >
270+ <div slot =" left" >
271+ <ul >
272+ <li >
273+ Authenticity and integrity of all release assets can be verified.
274+ </li >
275+ <li >
276+ All official Docker images are signed using
277+ <a href =" https://github.com/sigstore/cosign" >Cosign</a >
278+ and automatically scanned for known vulnerabilities with
279+ <a href =" https://trivy.dev/" >Trivy</a >.
280+ </li >
281+ <li >
282+ All release assets (binaries, packages, etc.) include SHA256 checksums
283+ that are automatically generated and published with each GitHub <a href =" https://github.com/DefGuard/defguard/releases" >release</a >.
284+ </li >
285+ </ul >
286+ </div >
287+ </FlexibleSection >
288+
269289 <FlexibleSection
270290 leftRatio ={ 1 }
271291 title =" Found a security vulnerability in Defguard?"
You can’t perform that action at this time.
0 commit comments