blueprints: fix schema generation for PrimaryKeyRelated fields with non-int PK (#9140)
* fix build error with bandit Signed-off-by: Jens Langhammer <jens@goauthentik.io> * blueprints: fix incorrect schema for primarykeyrelated fields with non-int PK Signed-off-by: Jens Langhammer <jens@goauthentik.io> * blueprints: fix export containing null ID Signed-off-by: Jens Langhammer <jens@goauthentik.io> * include authentik version in blueprint schema Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
2
Makefile
2
Makefile
@ -65,7 +65,7 @@ lint-fix: ## Lint and automatically fix errors in the python source code. Repor
|
||||
codespell -w $(CODESPELL_ARGS)
|
||||
|
||||
lint: ## Lint the python and golang sources
|
||||
bandit -r $(PY_SOURCES) -x node_modules
|
||||
bandit -r $(PY_SOURCES) -x web/node_modules -x tests/wdio/node_modules -x website/node_modules
|
||||
golangci-lint run -v
|
||||
|
||||
core-install:
|
||||
|
||||
Reference in New Issue
Block a user