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

return immediately, without waiting for the operation in progress to complete #326

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Mar 14, 2022

Summary

we should not stream the logs from the cloudbuild to the GitHub action job to avoid any possible leaks.
so after the job is submitted it returns and completes the task

related to https://github.com/sigstore/fulcio/runs/5536478096?check_suite_focus=true the cloudbuild ran successfully but the svc account does not have permission to stream the logs, and then it failed.

Ticket Link

n/a

Release Note

NONE

…complete

Signed-off-by: cpanato <ctadeu@gmail.com>
@dlorenc dlorenc merged commit bcfb492 into sigstore:main Mar 14, 2022
@cpanato cpanato deleted the update-release branch March 14, 2022 12:38
Copy link
Member

@lukehinds lukehinds left a comment

Choose a reason for hiding this comment

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

LGTM, and thanks for writing a meaningful commit message

@lukehinds
Copy link
Member

opps, I missed it.

mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
…tore#326)

Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.5.0...v0.5.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants