-
Notifications
You must be signed in to change notification settings - Fork 61
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
RHOAIENG-1751: Bump jinja2
lib to 3.1.4
#613
RHOAIENG-1751: Bump jinja2
lib to 3.1.4
#613
Conversation
let's see if this works /label trivy-scan |
@jiridanek: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@@ -27,7 +27,7 @@ mysql-connector-python = "~=8.3.0" | |||
ipykernel = "==6.13.0" | |||
ipython = "==8.10.0" | |||
ipython-genutils = "==0.2.0" | |||
jinja2 = "==3.0.3" |
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.
Trivy does not complain about this on regular scheduled scans. It does see the package, https://github.com/opendatahub-io/notebooks/actions/runs/9867254845/job/27247380483#step:14:77, but it is not mentioned in https://github.com/opendatahub-io/notebooks/actions/runs/9867254845#summary-27247380483. I'm willing to guess that's because the severity of the cve is too low to show on the final report.
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.
Yes, this one is a MEDIUM
. If it is more helpful, we can allow all severities in the daily report.
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.
If the goal is to allow comparing PR report and daily report to check cve went away, then all severities in all reports would need to be displayed.
Or we can say that we mostly fix the HIGH and CRITICAL stuff, so it's enough to show that.
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.
Initially, I thought that we were focusing only on HIGH and CRITICAL issues but, given these PRs, I would enable all types of severity on the daily report too.
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.
/override ci/prow/intel-notebooks-e2e-tests |
@jiridanek: jiridanek unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
I see the same failure ( |
Thanks Paulo for the upgrade! /lgtm |
@atheo89: Overrode contexts on behalf of atheo89: ci/prow/intel-notebooks-e2e-tests In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: atheo89, jiridanek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
0cb7484
into
opendatahub-io:main
Description
Bump
jinja2
lib to3.1.4
as suggested by Snyk. Updated necessary lock files.How Has This Been Tested?
Merge criteria: