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

TypeAlias EnvironmentMode

pkg/policies/engine/rego/rego.go:56–56  ·  view source on GitHub ↗

EnvironmentMode defines the mode of running the policy engine

Source from the content-addressed store, hash-verified

54
55// EnvironmentMode defines the mode of running the policy engine
56type EnvironmentMode int32
57
58const (
59 // EnvironmentModeRestrictive restricts operations that the compiler can do

Callers 1

NewEngineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected