GO-2026-4919: Trivy ecosystem supply chain was briefly compromised in github.com/aquasecurity/trivy
package
Version:
v0.71.2
Opens a new window with list of versions in this module.
Published: Jun 19, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 39
Opens a new window with list of known importers.
Documentation
¶
func Map[T, U any](collection []T, transform func(item T) U) []U
Map manipulates a slice and transforms it to a slice of another type.
Unlike lo.Map, the transform function doesn't receive an index argument.
func ZeroToNil[T any](t []T) []T
ZeroToNil returns nil, if slice is empty
Source Files
¶
Click to show internal directories.
Click to hide internal directories.