-
Notifications
You must be signed in to change notification settings - Fork 19
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
remove SBOMSummary creation #218
Conversation
PR Description updated to latest commit (ab1637d) |
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Summary:
|
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
Summary:
|
Type
enhancement
Description
storeSBOMWithContent
toStoreSBOM
and removing the unusedstoreSBOMWithoutContent
function.storeSBOMWithoutContent
function.github.com/kubescape/k8s-interface
,github.com/kubescape/storage
,k8s.io/apimachinery
, andk8s.io/client-go
.go.sum
for the updated dependencies.Changes walkthrough
apiserver.go
Simplify SBOM Storage Logic by Removing Redundant Function
repositories/apiserver.go
storeSBOMWithContent
toStoreSBOM
.storeSBOMWithoutContent
function and its invocation,simplifying SBOM storage logic.
apiserver_test.go
Remove Test for Deleted SBOM Storage Function
repositories/apiserver_test.go
TestAPIServerStore_storeSBOMWithoutContent
corresponding to the removed function.
go.mod
Update Dependencies for Simplified SBOM Storage
go.mod
github.com/kubescape/k8s-interface
to v0.0.162,github.com/kubescape/storage
to v0.0.70-0.20240326141707-6bd88c6857f3,k8s.io/apimachinery
to v0.29.0, andk8s.io/client-go
to v0.29.0.golang.org/x/crypto
tov0.19.0 and
golang.org/x/sys
to v0.17.0.go.sum
Update Checksums for Updated Dependencies
go.sum
updated in
go.mod
.