diff --git a/bandit.yaml b/.bandit.yaml similarity index 100% rename from bandit.yaml rename to .bandit.yaml diff --git a/Makefile b/Makefile index 135202a3e3..56f1967379 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ lint: $(pycodestyle) $(CURDIR)/nextcloudappstore --exclude=migrations $(mypy) --silent-imports --disallow-untyped-defs $(CURDIR)/nextcloudappstore/api/v1/release $(mypy) --silent-imports --disallow-untyped-defs $(CURDIR)/nextcloudappstore/core/certificate - $(bandit) -r $(CURDIR)/nextcloudappstore -c $(CURDIR)/bandit.yaml + $(bandit) -r $(CURDIR)/nextcloudappstore -c $(CURDIR)/.bandit.yaml .PHONY: test test: lint