chore(ci): Remove Trivy Action - Trainer#3390
chore(ci): Remove Trivy Action - Trainer#3390sameerdattav wants to merge 1 commit intokubeflow:masterfrom
Conversation
Signed-off-by: Surya Sameer Datta Vaddadi <f20220373@goa.bits-pilani.ac.in>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
🎉 Welcome to the Kubeflow Trainer! 🎉 Thanks for opening your first PR! We're happy to have you as part of our community 🚀 Here's what happens next:
Join the community:
Feel free to ask questions in the comments if you need any help or clarification! |
There was a problem hiding this comment.
Pull request overview
Removes the Trivy vulnerability scanning GitHub Action workflow from the repository, aligning this repo with the referenced upstream guidance.
Changes:
- Deleted
.github/workflows/trivy-scan.yamlto stop running Trivy scans and uploading SARIF results.
Comments suppressed due to low confidence (1)
.github/workflows/trivy-scan.yaml:1
- Removing the Trivy workflow leaves this repo with no vulnerability/code scanning GitHub Actions workflow (no other trivy/codeql/SARIF upload found under .github/workflows), so please confirm there is an alternative org-level/centralized scanning solution in place or replace this with the new recommended security scanning approach referenced in kubeflow/katib#2644.
|
@Sridhar1030: changing LGTM is restricted to collaborators 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. |
|
/close |
|
@andreyvelich: Closed this PR. 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. |
Removing trivy action - as instructed by @andreyvelich following kubeflow/katib#2644