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

batch: Provide option to bypass uploading workspace files #1099

Open
bplotnick opened this issue Jul 8, 2024 · 1 comment
Open

batch: Provide option to bypass uploading workspace files #1099

bplotnick opened this issue Jul 8, 2024 · 1 comment

Comments

@bplotnick
Copy link

Uploading workspace files (including mounted files) runs the risk of uploading sensitive files like private keys. This was even called out in the original PR as a risk. There should be an option to bypass this.

Another option would be to only upload the filenames but not the file contents themselves. You could even have a .srcignore or something that would automatically skip these files

@stristr
Copy link

stristr commented Jul 8, 2024

+1 to .srcignore— that would be an ideal implementation detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants