Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conforma/cli
/ PolicyUrl
Method
PolicyUrl
internal/policy/source/source.go:67–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
type
PolicySource
interface
{
66
GetPolicy(ctx context.Context, dest string, showMsg bool) (string, error)
67
PolicyUrl() string
68
Subdir() string
69
Type() PolicyType
70
}
Callers
6
PreProcessPolicy
Function · 0.65
urls
Function · 0.65
getPolicyThroughCache
Function · 0.65
TestInlineDataSource
Function · 0.65
downloadAndInspectPolicies
Method · 0.65
Evaluate
Method · 0.65
Implementers
4
PolicyUrl
internal/policy/source/source.go
inlineData
internal/policy/source/source.go
mockPolicySource
internal/policy/source/source_test.go
testPolicySource
internal/evaluator/conftest_evaluator_
Calls
no outgoing calls
Tested by
1
TestInlineDataSource
Function · 0.52