-
Notifications
You must be signed in to change notification settings - Fork 32
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
Improve trivy checks #1790
Improve trivy checks #1790
Conversation
@@ -79,7 +79,8 @@ RUN apk update \ | |||
&& python3 -m venv /openc3/venv \ | |||
&& source /openc3/venv/bin/activate \ | |||
&& pip3 config --global set global.index $PYPI_URL/pypi \ | |||
&& pip3 config --global set global.index-url $PYPI_URL/simple | |||
&& pip3 config --global set global.index-url $PYPI_URL/simple \ | |||
&& pip3 install --upgrade pip setuptools |
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 addresses a few CVEs in the setuptools
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1790 +/- ##
=======================================
Coverage 79.57% 79.57%
=======================================
Files 517 517
Lines 40737 40737
=======================================
Hits 32418 32418
Misses 8319 8319
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
The remaining CVEs detected by trivy will have to wait for upstream fixes to minio / mc and traefik |
No description provided.