Skip to content

Commit

Permalink
added sbom
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Cuthbert <daniel.cuthbert@gruposantander.com>
  • Loading branch information
danielcuthbert committed Aug 29, 2023
1 parent 9c2672a commit 92f6169
Show file tree
Hide file tree
Showing 4 changed files with 730 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ Once code is committed, we make use of GitHub's Actions to run futher security t

![GitHub Actions](screenshots/github_actions2.png)

## Software Bill of Materials (SBOM)

We are firm supporters of the SBOM movement, as it's a key building block in software security and software supply chain risk management. A SBOM is a nested inventory, a list of ingredients that make up software components and as such, here's our recipe:

![Dependency Tree](screenshots/sbom1.png)
![Software Bill of Materials](screenshots/sbom1.png)

There is also a *bom.json* file in the main repo for use by automated tools.



## Who Are We?
Expand Down
Loading

0 comments on commit 92f6169

Please sign in to comment.