-
Notifications
You must be signed in to change notification settings - Fork 6
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
Updating the syft format #75
Conversation
Summary:
|
Signed-off-by: Amir Malka <[email protected]> Signed-off-by: Matthias Bertschy <[email protected]>
Signed-off-by: Daniel Grunberger <[email protected]> Co-authored-by: Daniel Grunberger <[email protected]>
Signed-off-by: Daniel Grunberger <[email protected]>
…golang.org/grpc/otelgrpc Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.42.0 to 0.46.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.42.0...zpages/v0.46.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Matthias Bertschy <[email protected]>
aa0358a
to
5323a41
Compare
PR Description updated to latest commit (5323a41) |
Signed-off-by: David Wertenteil <[email protected]>
PR Analysis
PR Feedback
How to useInstructions
|
Summary:
|
@dwertent can you check your commits, I see merge commits there |
@matthyx yes, I had some conflicts I needed to solve. |
so please rebase or squash, this is messy |
Summary:
|
Type
Enhancement, Tests
Description
This PR primarily focuses on enhancing the Syft format and adding cleanup tests. The main changes include:
PR changes walkthrough
5 files
cleanup_test.go
pkg/cleanup/cleanup_test.go
This file is newly added and contains tests for the cleanup
task. It includes the creation of a cleanup handler,
starting the cleanup task, and asserting the expected files
to delete.
networkpolicy_test.go
pkg/apis/softwarecomposition/networkpolicy/networkpolicy_test.go
This file contains modifications to the network policy
tests. The changes include the removal of some test cases
and the addition of new ones, specifically for handling the
same ports with different addresses and same ports for pod
traffic.
discovery_test.go
pkg/cleanup/discovery_test.go
This file is newly added and likely contains tests related
to resource discovery for the cleanup process. It was not
included in the diff, so the specific changes are not
detailed.
utils_test.go
pkg/cleanup/utils_test.go
This file is newly added and likely contains tests for the
utility functions used in the cleanup process. It was not
included in the diff, so the specific changes are not
detailed.
storage_test.go
pkg/registry/file/storage_test.go
This file likely contains modifications related to tests for
file storage. It was not included in the diff, so the
specific changes are not detailed.
12 files
cleanup.go
pkg/cleanup/cleanup.go
This file is newly added and contains the main cleanup
functionality. It was not included in the diff, so the
specific changes are not detailed.
discovery.go
pkg/cleanup/discovery.go
This file is newly added and likely contains functionality
related to resource discovery for the cleanup process. It
was not included in the diff, so the specific changes are
not detailed.
utils.go
pkg/cleanup/utils.go
This file is newly added and likely contains utility
functions for the cleanup process. It was not included in
the diff, so the specific changes are not detailed.
zz_generated.openapi.go
pkg/generated/openapi/zz_generated.openapi.go
This file likely contains generated OpenAPI specifications.
It was not included in the diff, so the specific changes are
not detailed.
storage.go
pkg/registry/file/storage.go
This file likely contains modifications related to file
storage. It was not included in the diff, so the specific
changes are not detailed.
packagemetadata.go
pkg/apis/softwarecomposition/packagemetadata/packagemetadata.go
This file likely contains modifications related to package
metadata. It was not included in the diff, so the specific
changes are not detailed.
networkpolicy.go
pkg/apis/softwarecomposition/networkpolicy/networkpolicy.go
This file likely contains modifications related to network
policies. It was not included in the diff, so the specific
changes are not detailed.
syfttypes.go
pkg/apis/softwarecomposition/v1beta1/syfttypes.go
This file likely contains modifications related to Syft
types. It was not included in the diff, so the specific
changes are not detailed.
syfttypes.go
pkg/apis/softwarecomposition/syfttypes.go
This file likely contains modifications related to Syft
types. It was not included in the diff, so the specific
changes are not detailed.
configurationscansummarystorage.go
pkg/registry/file/configurationscansummarystorage.go
This file likely contains modifications related to
configuration scan summary storage. It was not included in
the diff, so the specific changes are not detailed.
vulnerabilitysummarystorage.go
pkg/registry/file/vulnerabilitysummarystorage.go
This file likely contains modifications related to
vulnerability summary storage. It was not included in the
diff, so the specific changes are not detailed.
main.go
main.go
This file likely contains modifications related to the main
function of the application. It was not included in the
diff, so the specific changes are not detailed.
User description
Sorry, we do not accept changes directly against this repository. Please see
CONTRIBUTING.md for information on where and how to contribute instead.