We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d08dba commit 346d576Copy full SHA for 346d576
1 file changed
src/pages/sbom.astro
@@ -12,7 +12,7 @@ import FlexibleSection from "../components/FlexibleSection.astro";
12
// Per-component metadata (id, name, version, repo) to build exact URLs
13
interface ComponentDef { id: 'defguard' | 'defguard-client' | 'defguard-mobile' | 'defguard-proxy' | 'defguard-gateway'; name: string; version: string; repo: string; status: string }
14
const COMPONENTS: ComponentDef[] = [
15
- { id: 'defguard', name: 'Core', version: '1.6.0', repo: 'defguard', status: '' },
+ { id: 'defguard', name: 'Core', version: '1.6.1', repo: 'defguard', status: '' },
16
{ id: 'defguard-proxy', name: 'Proxy', version: '1.6.0', repo: 'proxy', status: '' },
17
{ id: 'defguard-gateway', name: 'Gateway', version: '1.6.0', repo: 'gateway', status: '' },
18
{ id: 'defguard-client', name: 'Desktop App', version: '1.6.1', repo: 'client', status: '' },
0 commit comments