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

Investigate the use of stdin indirection to reduce chance of print by builder #53

Open
laurentsimon opened this issue Feb 22, 2022 · 1 comment
Assignees

Comments

@laurentsimon
Copy link
Collaborator

No description provided.

@laurentsimon laurentsimon self-assigned this Feb 26, 2022
@laurentsimon
Copy link
Collaborator Author

laurentsimon commented Feb 26, 2022

This was done in one of the previous PRs https://github.com/asraa/slsa-on-github/blob/main/.github/workflows/slsa-builder-go.yml#L256

What I don't like is that stderr is also sent to /dev/null, which will make it hard to troubleshoot. My plan is to change that to only redirect stdout to /dev/null.

I'll verify whether stderr can use ::set-output command, I expect not..

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

No branches or pull requests

1 participant