fix: remove validate-lockfile workflow as it uses trivy#427
fix: remove validate-lockfile workflow as it uses trivy#427google-oss-prow[bot] merged 1 commit intokubeflow:mainfrom
Conversation
Signed-off-by: Fiona-Waters <fiwaters6@gmail.com>
|
/assign @andreyvelich @kramaranya |
There was a problem hiding this comment.
Pull request overview
Removes the lockfile validation GitHub Actions workflow that depends on Trivy, aligning CI with the ongoing effort to remove Trivy-based checks from this repository (per referenced PR #426).
Changes:
- Delete
.github/workflows/validate-lockfile.yaml, which previously ranuv lock --checkand Trivy scans onuv.lockchanges.
|
/retest |
andreyvelich
left a comment
There was a problem hiding this comment.
@Fiona-Waters We might need to find some other way to monitor dependencies in Kubeflow SDK in the meantime.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Yes for sure, leave it with me. |
|
/cherry-pick release-0.4 |
|
@andreyvelich: new pull request created: #430 DetailsIn 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/test-infra repository. |
What this PR does / why we need it:
This workflow uses trivy which should be removed from the repo. Related to #426
cc @andreyvelich @kramaranya
Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...format, will close the issue(s) when PR gets merged):Fixes #
Checklist: