Dagger
Search

claircore

Module for Claircore functions

Installation

dagger install github.com/quay/clair-workflows/claircore@4317f06d9b55b85098432945cf74748af1b21973

Entrypoint

Return Type
Claircore
Example
func (m *myModule) example() *Claircore  {
	return dag.
			Claircore()
}

Types

Claircore 🔗

Claircore holds actions for the claircore repo.

test() 🔗

Test …

Return Type
String !
Arguments
NameTypeDefault ValueDescription
sourceDirectory -Source to use for testing. If omitted, the `main` branch of the [upstream repository] will be used. [upstream repository]: https://github.com/quay/claircore
Example
func (m *myModule) example(ctx context.Context) string  {
	return dag.
			Claircore().
			Test(ctx)
}