package utils
import "github.com/docker/compose/v2/pkg/utils"
Index ¶
- Constants
- func Contains[T any](origin []T, element T) bool
- func DisplayScanSuggestMsg()
- func GetWriter(consumer func(string)) io.WriteCloser
- func StringContains(array []string, needle string) bool
- func StringToBool(s string) bool
Constants ¶
const ScanSuggestMsg = "Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them"
ScanSuggestMsg display a message after a successful build to suggest use of `docker scan` command
Functions ¶
func Contains ¶
Contains helps to detect if a non-comparable struct is part of an array only use this method if you can't rely on existing golang Contains function of slices (https://pkg.go.dev/golang.org/x/exp/slices#Contains)
func DisplayScanSuggestMsg ¶
func DisplayScanSuggestMsg()
DisplayScanSuggestMsg displlay a message suggesting users can scan new image
func GetWriter ¶
func GetWriter(consumer func(string)) io.WriteCloser
GetWriter creates a io.Writer that will actually split by line and format by LogConsumer
func StringContains ¶
StringContains check if an array contains a specific value
func StringToBool ¶
StringToBool converts a string to a boolean ignoring errors
Source Files ¶
scan_suggest.go slices.go stringutils.go writer.go
- Version
- v2.11.2
- Published
- Sep 27, 2022
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 2 hours ago –
Tools for package owners.