We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f9f67 commit a3d73a1Copy full SHA for a3d73a1
pkg/policy/policy.go
@@ -73,7 +73,7 @@ func (p *DiggerHttpPolicyProvider) getPolicyForNamespace(namespace string, proje
73
74
}
75
76
-// GetPolicy fetches policy for entire organisation, if not found for organisation then it will fetch it for project
+// GetPolicy fetches policy for particular project, if not found then it will fallback to org level policy
77
func (p *DiggerHttpPolicyProvider) GetPolicy(organisation string, namespace string, projectName string) (string, error) {
78
content, resp, err := p.getPolicyForNamespace(namespace, projectName)
79
if err != nil {
0 commit comments