Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EdgeBit] Create an SBOM for Vulnerability Scanning #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edgebitstaging[bot]
Copy link

@edgebitstaging edgebitstaging bot commented Mar 8, 2024

This PR enables vulnerability scanning by producing a Software Bill of Materials (SBOM) for this repository. The SBOM will be created by looking at the packages installed (eg. scanning files like requirements.txt or package.lock) and matching them to vulnerabilities by uploading it to EdgeBit. If issues are found in dependency changes, a comment will be made with more info. Otherwise, the bot is silent — but you can view cumulative results at any time.

EdgeBit is real-time SCA connected to your server fleet, so it understands which code is active or dormant in this app. Vulnerabilities in dormant code are deprioritized to save you time.

If this project builds a container with GitHub Actions, EdgeBit was not able to detect it.
Building an SBOM from the container is preferable since it creates a more complete vulnerability report. If this project builds a container, consider closing this PR and adding a workflow step to generate an SBOM. See https://edgebit.io/docs/0.x/install-build-actions/ for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants