Giter Club home page Giter Club logo

getsbom's Introduction

SBOM status for Deepbits SBOM Action

Deepbits SBOM Action

A free Github action for open-source projects that enables automated creation and risks (vulnerability, license, malware, etc.) analysis of software bill of materials (SBOM) from code repositories.

Powered by Deepbits.

Features

  • Easy to set up and use.
  • Scan your code repositories to identify hidden malware.
  • Create Software Bill of materials (SBOM) for your code repositories.
  • Analyze SBOMs of your project to identify vulnerabilities and license issues.
  • Leverage AI and program analysis to deliver better accuracy and performance.

Note: This action only supports public repositories at the moment. Private repositories are not supported.

Basic Usage

To use this action, simply add it as a step in your GitHub Actions workflow:

- uses: DeepBitsTechnology/[email protected]

Example Usage

jobs:
  deepbits-scan:
    runs-on: ubuntu-latest
    outputs:
      SCAN_BADGE: ${{ steps.deepbits-scan.outputs.DEEPBITS_BADGE }}
      DEEPSCA_BRANCH_LINK: ${{ steps.deepbits-scan.outputs.DEEPSCA_BRANCH }}
      DEEPSCA_REPO_LINK: ${{ steps.deepbits-scan.outputs.DEEPSCA_REPO }}
    steps:
      - uses: DeepBitsTechnology/[email protected]
        id: deepbits-scan

Actions Artifact

After the scan is complete, an artifact named DEEPBITS_SCAN_RESULTS will be generated, which contains two files:

Output Description
deepbits-sbom-{{owner}}-{{repo}}-{{sha}}.zip A ZIP file consists of the SBOM result, along with the signature of the SBOM and Deepbits’ certificate required for verifying the signature. (For example: deepbits-sbom-DeepBitsTechnology-getsbom-db3bc50.zip)
scanSummary.json Scan result contains vulnerability and malware summary in JSON format

The structure of the deepbits-sbom-{{owner}}-{{repo}}-{{sha}}.zip file is as follows:

FileName Description
{{owner}}-{{repo}}-{{sha}}.CycloneDX.json SBOM in CycloneDX format. (For example: DeepBitsTechnology-getsbom-db3bc50.CycloneDX.json)
CycloneDX.signature.bin The signature of the SBOM
deepbits.cert Deepbits’ certificate required for verifying the signature
README.md Contains instructions on how to verify the signature

We have included a sample folder called sample_scan_results in the repository here.

It contains example artifacts generated by our action that you can use to analyze and view scan results.

We hope that these examples will help you understand the capabilities of our action and how it can enhance the security and compliance of your project.

Actions Outputs

In addition to the artifact, you may also view the scan results and your previous scan histories on DeepSCA.

Additionally, a SVG is available that can be included in your README file.

To obtain these outputs, please refer to the three options listed below:

Output Description
DEEPSCA_REPO The URL to access the repo details of DeepSCA
DEEPSCA_BRANCH The URL to access the scan report of the branch on DeepSCA
DEEPBITS_BADGE A SVG badge displaying the status of the the repo

You can add the SVG badge to your README.md file like this:

[![SBOM status]({{DEEPBITS_BADGE}})]({{DEEPSCA_REPO}})

For example, the badge for this repository is:

[![SBOM status](https://api.deepbits.com/gh/DeepBitsTechnology/getsbom/badge)](https://tools.deepbits.com/github/DeepBitsTechnology/getsbom)

SBOM status

The image below is a screenshot of a scan result on DeepSCA, which is accessible through the DEEPSCA_BRANCH output.

Scan result on DeepSCA

The scan results displayed in DeepSCA are interactive and allow you to view detailed information about the components used in your project, as well as any vulnerabilities or licensing issues detected during the scan.

Click this URL to see the comprehensive view of the screenshot results.

License

This project is licensed under the MIT License. Please see the LICENSE file for more information.

Support

If you encounter any issues or have any questions about the Deepbits SBOM GitHub Action, please feel free to contact us at [email protected]. We are always happy to help!

getsbom's People

Contributors

chao-deepbits avatar claysang avatar nifury avatar

Stargazers

PARK DongHa avatar Michael Corrado avatar  avatar  avatar Deepbits Technology avatar

Watchers

 avatar Kostas Georgiou avatar

Forkers

deepbitsyaodong

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.