Skip to content

Commit 814cf0c

Browse files
author
Michał Gryczka
committed
Merge branch 'main' of github.com:DefGuard/defguard.github.io
2 parents 2c89d5d + bc7fa11 commit 814cf0c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
schedule:
88
- cron: '30 3 * * *' # 3:30 AM UTC (SBOMs regenerate at 2:30 AM UTC)
9+
workflow_dispatch:
910

1011
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1112
permissions:

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)