Skip to content

Commit

Permalink
Merge pull request #42 from REestwick/main
Browse files Browse the repository at this point in the history
added + updated tutorials
  • Loading branch information
eaglei15 authored Mar 7, 2025
2 parents 3d399d8 + 278cdcd commit 78e5e50
Show file tree
Hide file tree
Showing 11 changed files with 17,805 additions and 3,647 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Tutorials of these tools are featured in the ``tutorials/`` folder.
* [Rust](#rust)
* [Erlang](#erlang)
* [Ruby](#ruby)
* [C/C++](#cc)
* [Package or System](#package-or-system)
* [Multi-Language](#multi-language)
* [Cryptographic Bill of Materials](#cryptographic-bill-of-materials)
Expand Down Expand Up @@ -45,6 +46,11 @@ Tutorials of these tools are featured in the ``tutorials/`` folder.

* To generate SBOM for Node.js Yarn projects, use [Cyclonedx Yarn Module](tutorials/creating-yarn-sbom/creating-yarn-sbom.md).


### Webpack

To generate SBOM for Webpack projects, use [CycloneDX-Webpack-Plugin](tutorials/creating-webpack-sbom/creating-webpack-sbom.md).

## Objective-C/Swift

### Cocoapod
Expand Down Expand Up @@ -91,7 +97,13 @@ To generate SBOMs for Rust projects, you can use:

## Ruby

* To generate SBOM for Ruby projects, use [CycloneDX-Ruby-Gem](tutorials/creating-ruby-sbom/creating-ruby-sbom.md)
* To generate SBOM for Ruby projects, use [CycloneDX-Ruby-Gem](tutorials/creating-ruby-sbom/creating-ruby-sbom.md).

## C/C++

### Conan

* To generate SBOM for Conan C projects, use [CycloneDX Conan](tutorials/creating-conan-sbom/creating-conan-sbom.md).

## Package or System

Expand Down
177 changes: 0 additions & 177 deletions tutorials/creating-c-sbom/conan-sbom.json

This file was deleted.

78 changes: 0 additions & 78 deletions tutorials/creating-c-sbom/creating-c-sbom.md

This file was deleted.

Loading

0 comments on commit 78e5e50

Please sign in to comment.