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

feat: add scan SBOM handler #35

Merged
merged 12 commits into from
Nov 15, 2024

Conversation

fabriziosestito
Copy link
Collaborator

@fabriziosestito fabriziosestito commented Nov 14, 2024

This PR adds the logic to scan a SBOM and generate a vulnerability report.
The VulnerabilityReport resource is responsible for storing the content of a report in the storage component.
The ScanSBOMHandler is responsible for scanning the SBOM.

NOTE: it was necessary to specify an alternative trivy database repository, hosted on ECR due to rate-limiting problems with the ghcr.io registry. We might consider to host our own mirror in the future.
See https://github.com/orgs/community/discussions/139074

@flavio flavio merged commit 31ba66b into rancher-sandbox:main Nov 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants