Skip to content

Commit

Permalink
Add blog post with bip update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek committed Sep 30, 2024
1 parent 1b5a5ea commit 55b5b20
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
Binary file added public/images/bip-cotrol-tower-sql.png
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 src/content/post/sneak-peak-into-control-tower-sql-query.mdx
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>

0 comments on commit 55b5b20

Please sign in to comment.