-
Notifications
You must be signed in to change notification settings - Fork 51
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
test: add v1.4.0 build tests for gha_go gha_generic and gha_generic_container #439
Conversation
…ontainer Signed-off-by: Asra Ali <[email protected]>
Is that a bug I should fix then? |
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.
Thanks. Will let @ianlewis provide the final LGTM since he knows that part of the code better than I do
I think it's just a issue in the test code. Providing the I'll file an issue for that to track. |
Signed-off-by: Asra Ali <[email protected]>
can you please take a look when you have a chance (esp at the comment)? @ianlewis |
Sorry, I did see this but I didn't get to it yesterday.
I do?!?! 😵💫
I'm not sure I know what you mean. Are you saying that we have a "tag no match empty tag workflow_dispatch" test but not one that matches the tag successfully? If so, then yes please do add in follow up.
Please add a TODO(issue url) comment after the issue's been created. |
BTW, related to slsa-framework/slsa-github-generator#1110 |
yes exactly! they are generated in |
Adds v1.4.0 builder tests for github builders.
@ianlewis there aren't currently any tag matches for gha_generic_container. Want me to add in a follow-up?
@laurentsimon should this line be commented out? https://github.com/slsa-framework/slsa-verifier/blob/main/cli/slsa-verifier/main_regression_test.go#L587. Testing the outBuilderID against
@${TAG}
doesn't work for GHA, but it does for GCB. If so, should I remove these comments for GHA artifact/image?Signed-off-by: Asra Ali [email protected]