From fd726f0a38a8ad3450db57709e743320d15e5c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Mon, 9 May 2022 11:49:55 +0300 Subject: [PATCH] docs(website): add SBOM section, update Docker as container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın --- www/docs/overrides/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/docs/overrides/home.html b/www/docs/overrides/home.html index 87c600a9f2a..338c386123a 100644 --- a/www/docs/overrides/home.html +++ b/www/docs/overrides/home.html @@ -134,8 +134,9 @@

Release Go projects as fast and easily as possible!

  • Create nightly builds
  • Create Docker images and manifests
  • Create Linux packages and Homebrew taps
  • -
  • Sign artifacts, checksums and Docker images
  • +
  • Sign artifacts, checksums and container images
  • Announce new releases on Twitter, Slack, Discord and others
  • +
  • Generate SBOMs (Software Bill of Materials) for binaries and container images
  • ... and much more!