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

fix(trivy): reduce trivy noise #517

Merged
merged 3 commits into from
Jul 18, 2022
Merged

fix(trivy): reduce trivy noise #517

merged 3 commits into from
Jul 18, 2022

Conversation

paologallinaharbur
Copy link
Member

@paologallinaharbur paologallinaharbur commented Jul 18, 2022

Following the same approach of newrelic/infrastructure-bundle#207

For example now we are pointing to the latest alpine version available, but there is still a dependency marked as HIGH vulnerability.

We could fix that manually, but the approach is not scalable for all vulnerabilities marked as HIGH.

Regarding the go-restful vulnerability it is a false positive in 2.16.0, trivy is no noticing that the backport fixed it -> emicklei/go-restful#503

@paologallinaharbur paologallinaharbur marked this pull request as ready for review July 18, 2022 10:31
@paologallinaharbur paologallinaharbur requested a review from a team July 18, 2022 10:38
@paologallinaharbur paologallinaharbur added the ci/skip-e2e E2E tests will be skipped for this PR label Jul 18, 2022
Copy link
Contributor

@sigilioso sigilioso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks for taking care of this

@paologallinaharbur
Copy link
Member Author

Thank to @sigilioso for pointing out the existence of trivyignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/skip-e2e E2E tests will be skipped for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants