Frogbot generates an SBOM for each scanned repository and publishes it to the repository’s Dependency graph in GitHub. This lets developers review direct and transitive dependencies within their native GitHub workflow.
It is essential that you
Before You Begin
- Requires JFrog Advanced Security license
- Enable GitHub Dependency Graph for the repositories you wish to publish SBOMs to
- To disable automatic SBOM results from being uploaded to GitHub, set the
JF_UPLOAD_SBOM_TO_VCSparameter tofalse
Procedure
- In GitHub, open the repository scanned by Frogbot and click Insights.
- In the left pane, select Dependency graph.
- Open the SBOM view (if available) to see the latest SBOM uploaded by Frogbot, or review the dependency list populated from the SBOM.
- Click a dependency to view details such as version, relationships, and metadata.