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

Improve trivy checks #1790

Merged
merged 4 commits into from
Dec 20, 2024
Merged

Improve trivy checks #1790

merged 4 commits into from
Dec 20, 2024

Conversation

jmthomas
Copy link
Member

No description provided.

@@ -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
Copy link
Member Author

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

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.57%. Comparing base (b25adc7) to head (41150e0).
Report is 18 commits behind head on main.

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           
Flag Coverage Δ
python 84.29% <ø> (ø)
ruby-api 48.64% <ø> (ø)
ruby-backend 82.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jmthomas
Copy link
Member Author

The remaining CVEs detected by trivy will have to wait for upstream fixes to minio / mc and traefik

@jmthomas jmthomas merged commit 91f43eb into main Dec 20, 2024
27 of 28 checks passed
@jmthomas jmthomas deleted the trivy branch December 20, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants