Skip to content
Open
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
2 changes: 1 addition & 1 deletion internal/tools/securitypolicy/helpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ func ComputeLayerHashes(img v1.Image) ([]string, error) {
if err != nil {
return nil, err
}

hashString, err := tar2ext4.ConvertAndComputeRootDigest(r)
_ = r.Close() // release the go-containerregistry pullLimiter
if err != nil {
return nil, err
}
Expand Down
Loading