Run the registration policy on upstream OAuth registration

This commit is contained in:
Quentin Gliech
2023-08-30 18:36:53 +02:00
parent 86d40b0345
commit 38eacbebc1
14 changed files with 207 additions and 41 deletions

View File

@@ -46,5 +46,5 @@ coverage:
.PHONY: lint
lint:
$(OPA) fmt -d --fail .
$(OPA) check --strict .
$(OPA) fmt -d --fail ./*.rego util/*.rego
$(OPA) check --strict --schema schema/ ./*.rego util/*.rego