-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions
37
src/content/post/sneak-peak-into-control-tower-sql-query.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
publishDate: 2024-09-30T00:00:00Z | ||
title: 'Sneak Peak into SafeDep Cloud Development and SQL Queries' | ||
excerpt: Software Bill of Material (SBOM) provides an inventory of all software components. However, they are useful only when a flexible query interface is built on top. | ||
image: /images/bip-cotrol-tower-sql.png | ||
tags: | ||
- vet | ||
- sbom | ||
- safedep-cloud | ||
--- | ||
|
||
import CallToAction from '~/components/widgets/CallToAction.astro'; | ||
import { YouTube } from "astro-embed"; | ||
import { registerLink } from '~/navigation'; | ||
|
||
Software Bill of Material (SBOM) provides an inventory of all software components. However, they are useful only when a flexible query interface is built on top. In this post, we provide a `#build-in-public` preview of what we are building at SafeDep. We believe a flexible query interface on top of BOM solves important use-cases for OSS risk management and software supply chain security. | ||
|
||
|
||
<YouTube id="https://youtu.be/u3dFwMbGUEk" /> | ||
|
||
<CallToAction | ||
actions={[ | ||
{ | ||
variant: 'primary', | ||
target: '', | ||
text: 'Register', | ||
href: registerLink, | ||
icon: 'tabler:rocket', | ||
}, | ||
]} | ||
> | ||
<Fragment slot="title">Register for SafeDep Cloud</Fragment> | ||
|
||
<Fragment slot="subtitle"> | ||
Leverage the power of SafeDep cloud to build an organization wide SBOM, export as CycloneDX and execute flexible queries to discover actionable risks. | ||
</Fragment> | ||
</CallToAction> |