-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
refactor(deps): Merge defsec into Trivy #6006
Conversation
@@ -434,3 +433,5 @@ replace oras.land/oras-go => oras.land/oras-go v1.2.4-0.20230801060855-932dd06d3 | |||
// testcontainers-go has a bug with versions v0.25.0 and v0.26.0 | |||
// ref: https://github.com/testcontainers/testcontainers-go/issues/1782 | |||
replace github.com/testcontainers/testcontainers-go => github.com/testcontainers/testcontainers-go v0.23.0 | |||
|
|||
replace github.com/aquasecurity/trivy-aws => /Users/simarpreetsingh/repos/trivy-aws |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR requires the changes here to be merged.
type State struct { | ||
AWS aws.AWS | ||
Azure azure.Azure | ||
CloudStack cloudstack.CloudStack | ||
DigitalOcean digitalocean.DigitalOcean | ||
GitHub github.GitHub | ||
Google google.Google | ||
Kubernetes kubernetes.Kubernetes | ||
OpenStack openstack.OpenStack | ||
Oracle oracle.Oracle | ||
Nifcloud nifcloud.Nifcloud | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nikpivkin the state will live as an importable package in the Trivy repo. What do you think?
Close in favor of #6109 |
Description
This is stacked PR on top of #6005
Merges defsec into Trivy + trivy-iac branch.
Related issues
trivy-iac
into Trivy #5626Related PRs
Checklist