Skip to content

Commit bc7fa11

Browse files
authored
Updated sbom wording (#105)
1 parent 2d5f64f commit bc7fa11

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/sbom.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,12 @@ const tags = [
155155
<div slot="left" class="sbom-filelist">
156156
<p>
157157
Separate SBOMs are available for <strong>mobile apps</strong> (Android, iOS), the <strong>desktop app</strong>
158-
(Windows, macOS, Linux), and <strong>server components</strong> (Core, Proxy, Gateway). Each SBOM is updated <strong>every day</strong> and provided in the standard
159-
<strong>SPDX</strong> format, enabling integration with tools like Trivy or Syft.
158+
(Windows, macOS, Linux), and <strong>server components</strong> (Core, Proxy, Gateway).
159+
Alongside each SBOM, <strong>advisories files</strong> are also published to summarize known vulnerabilities in detail.
160160
</p>
161161
<p>
162-
Alongside each SBOM, <strong>advisories files</strong> are also published to summarize known vulnerabilities in detail.
162+
We use <a href="https://trivy.dev/" target="_blank">Trivy</a> to generate SBOM files and scan for vulnerabilities in our dependencies.
163+
Each SBOM is updated <strong>every day</strong> in <a target="_blank" href="https://github.com/DefGuard/defguard/blob/main/.github/workflows/sbom.yml">our CI/CD pipeline</a> and provided in the standard <a href="https://spdx.dev/" target="_blank">SPDX</a> format.
163164
</p>
164165
<div class="content-measure">
165166
<table class="sbom-table" role="table" aria-label="SBOM list with vulnerability status">

0 commit comments

Comments
 (0)