diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-02 14:29:41 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-02 14:29:41 -0600 |
| commit | c583bcd1473205104a1e1af812ed4976d30c7baa (patch) | |
| tree | 933edf78a4ac8aea55256e42641e56bbb4c58834 /pkg/policies | |
| parent | 91defaefca47e9cebbe92c6abf33c4423df9bc7d (diff) | |
refactor: remove anything unrelated to the authz daemon
Diffstat (limited to 'pkg/policies')
| -rw-r--r-- | pkg/policies/policies_test.go | 2 |
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 { |
