MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / WithNoStrictValidation

Function WithNoStrictValidation

pkg/attestation/crafter/crafter.go:124–129  ·  view source on GitHub ↗
(noStrictValidation bool)

Source from the content-addressed store, hash-verified

122}
123
124func WithNoStrictValidation(noStrictValidation bool) NewOpt {
125 return func(c *Crafter) error {
126 c.noStrictValidation = noStrictValidation
127 return nil
128 }
129}
130
131// WorkingDir returns the working directory used for file discovery.
132func (c *Crafter) WorkingDir() string {

Callers 1

NewAttestationAddFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected