Skip to content

Commit

Permalink
Chore: Prune more data from the SanitizedContainerRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun-m committed Dec 26, 2024
1 parent c80890b commit b04c02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/repository/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,6 @@ func sanitizeContainerRequest(request *types.ContainerRequest) types.ContainerRe
requestCopy.Stub = types.StubWithRelated{}
requestCopy.Mounts = nil
requestCopy.PoolSelector = ""
requestCopy.Workspace.SigningKey = nil
requestCopy.Workspace = types.Workspace{}
return requestCopy
}

0 comments on commit b04c02a

Please sign in to comment.