-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Conversation
Welcome @prnvkv! |
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 Once the patch is verified, the new status will be reflected by the 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. |
Can one of the admins verify this patch? |
@prnvkv 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. |
@prnvkv I reread the message Maybe because it was co-authored by three people? Just guessing though |
/easycla |
/check-cla |
@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]>
The author info was wrong, fixed it. Thanks !! |
.github/workflows/vex.yml
Outdated
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b | ||
name: Run vexctl | ||
with: | ||
product: pkg:golang/k8s.io/minikube@@${{ env.RELEASE_VERSION }} |
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.
@spowelljr Is this the right path?
Or is it minikube.sigs.k8s.io ?
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.
I'm not sure if the golang
is supposed to be there, but it is k8s.io/minikube
yes
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.
Also just verifying there is supposed to be 2 @
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.
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
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b | ||
name: Run vexctl | ||
with: | ||
product: pkg:golang/k8s.io/minikube@@${{ env.RELEASE_VERSION }} |
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.
k8s.io/minikube
is correct, if you check golang package it comes under k8s.io/minikube
https://pkg.go.dev/k8s.io/minikube.
Co-authored-by: Sonu Kumar Singh <[email protected]>
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.
/lgtm
@acumino: changing LGTM is restricted to collaborators 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/test-infra repository. |
[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 |
New workflow which will generate openvex data on each release
Part of #17808
#SecuritySlam
Depends on #17809