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

New workflow which will generate openvex data on each release #17810

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

prnvkv
Copy link
Contributor

@prnvkv prnvkv commented Dec 15, 2023

New workflow which will generate openvex data on each release
Part of #17808
#SecuritySlam

Depends on #17809

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 15, 2023
Copy link

linux-foundation-easycla bot commented Dec 15, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Dec 15, 2023
@k8s-ci-robot
Copy link
Contributor

Welcome @prnvkv!

It looks like this is your first PR to kubernetes/minikube 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/minikube has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Dec 15, 2023
@k8s-ci-robot
Copy link
Contributor

Hi @prnvkv. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 15, 2023
@acumino acumino mentioned this pull request Dec 15, 2023
14 tasks
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

.github/workflows/vex.yml Outdated Show resolved Hide resolved
.github/workflows/vex.yml Outdated Show resolved Hide resolved
@spowelljr
Copy link
Member

spowelljr commented Dec 15, 2023

@prnvkv Heads up that you'll have to sign the CLA mentioned in #17810 (comment) before we can merge your PRs

Edit: Looks like the commit is not tied to the email you signed the CLA with and that's the problem

@prnvkv
Copy link
Contributor Author

prnvkv commented Dec 15, 2023

@prnvkv Heads up that you'll have to sign the CLA mentioned in #17810 (comment) before we can merge your PRs

Edit: Looks like the commit is not tied to the email you signed the CLA with and that's the problem

Hmm, I made sure to add the right email. Let me retry it.
Thanks @spowelljr

@spowelljr
Copy link
Member

spowelljr commented Dec 15, 2023

@prnvkv I reread the message The email address for the commit (https://github.com/kubernetes/minikube/commit/2e20e41afc2b6080e3e217270871cb6f36757d14) is not linked to the GitHub account does that sound possible?

Maybe because it was co-authored by three people? Just guessing though

@prnvkv
Copy link
Contributor Author

prnvkv commented Dec 15, 2023

/easycla

@acumino
Copy link
Contributor

acumino commented Dec 15, 2023

/check-cla

@spowelljr
Copy link
Member

@prnvkv To debug it create a new branch and just do a dummy commit by yourself and create a PR and see if it's happy or not

Signed-off-by: prnvkv <[email protected]>
Co-authored-by: Sandipan Panda  <[email protected]>
Co-authored-by: Sonu Singh  <[email protected]>
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Dec 15, 2023
@prnvkv
Copy link
Contributor Author

prnvkv commented Dec 15, 2023

@prnvkv To debug it create a new branch and just do a dummy commit by yourself and create a PR and see if it's happy or not

The author info was wrong, fixed it. Thanks !!

@prnvkv prnvkv marked this pull request as ready for review December 15, 2023 19:11
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 15, 2023
@prnvkv prnvkv requested a review from spowelljr December 15, 2023 19:11
@k8s-ci-robot k8s-ci-robot requested a review from prezha December 15, 2023 19:11
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
name: Run vexctl
with:
product: pkg:golang/k8s.io/minikube@@${{ env.RELEASE_VERSION }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spowelljr Is this the right path?
Or is it minikube.sigs.k8s.io ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if the golang is supposed to be there, but it is k8s.io/minikube yes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also just verifying there is supposed to be 2 @

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k8s.io/minikube is correct, if you check golang package it comes under k8s.io/minikube https://pkg.go.dev/k8s.io/minikube.

- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
name: Run vexctl
with:
product: pkg:golang/k8s.io/minikube@@${{ env.RELEASE_VERSION }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k8s.io/minikube is correct, if you check golang package it comes under k8s.io/minikube https://pkg.go.dev/k8s.io/minikube.

.github/workflows/vex.yml Outdated Show resolved Hide resolved
Co-authored-by: Sonu Kumar Singh <[email protected]>
@prnvkv prnvkv requested a review from acumino December 16, 2023 12:34
Copy link
Contributor

@acumino acumino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot
Copy link
Contributor

@acumino: changing LGTM is restricted to collaborators

In response to this:

/lgtm

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.

@spowelljr spowelljr merged commit 8517567 into kubernetes:master Dec 18, 2023
5 of 6 checks passed
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: acumino, prnvkv, spowelljr

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants