Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions depot/steps/upload_step.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func (step *uploadStep) Run(signals <-chan os.Signal, ready chan<- struct{}) (er
os.Remove(finalFileLocation)
}()

// #nosec - G110 - We're fine with unbounded file decompression here as we have container filesystem quotas that will prevent this from eating up the entire diego cell disk space
_, err = io.Copy(tempFile, tarStream)
if err != nil {
step.logger.Error("failed-to-copy-stream", err)
Expand Down