summaryrefslogtreecommitdiff
path: root/pkg/policies
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-02 14:29:41 -0600
committermo khan <mo@mokhan.ca>2025-05-02 14:29:41 -0600
commitc583bcd1473205104a1e1af812ed4976d30c7baa (patch)
tree933edf78a4ac8aea55256e42641e56bbb4c58834 /pkg/policies
parent91defaefca47e9cebbe92c6abf33c4423df9bc7d (diff)
refactor: remove anything unrelated to the authz daemon
Diffstat (limited to 'pkg/policies')
-rw-r--r--pkg/policies/policies_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/policies/policies_test.go b/pkg/policies/policies_test.go
index 24ef6c68..9dc98bcd 100644
--- a/pkg/policies/policies_test.go
+++ b/pkg/policies/policies_test.go
@@ -6,7 +6,7 @@ import (
"github.com/cedar-policy/cedar-go"
"github.com/stretchr/testify/assert"
- "gitlab.com/mokhax/spike/pkg/gid"
+ "gitlab.com/gitlab-org/software-supply-chain-security/authorization/authz.d/pkg/gid"
)
func build(f func(*cedar.Request)) *cedar.Request {