-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
We're stuck with trivy for a bit more time. The purpose of this ticket is to optimize and trim the size of the plugin.
Below is the main code
https://github.com/CycloneDX/cdxgen-plugins-bin/blob/main/thirdparty/trivy/main.go
While this imports all the commands, we only need two commands - image and rootfs. Even rootfs alone is enough since cdxgen could work with just that.
So perhaps a much simplified version of this code
https://github.com/aquasecurity/trivy/blob/main/pkg/commands/artifact/run.go#L197
Metadata
Metadata
Assignees
Labels
No labels