Skip to content

Commit

Permalink
ci: Add back static analysis and checking Python deps for CVEs
Browse files Browse the repository at this point in the history
Accidentally removed during:
#3909
  • Loading branch information
redshiftzero committed Jan 15, 2019
1 parent 2f9267f commit 106fa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ shellcheckclean: ## Cleans up temporary container associated with shellcheck tar
@docker rm -f shellcheck-targets

.PHONY: lint
lint: docs-lint app-lint flake8 html-lint yamllint shellcheck ansible-config-lint ## Runs all linting tools (docs, pylint, flake8, HTML, YAML, shell, ansible-config).
lint: docs-lint app-lint flake8 html-lint yamllint shellcheck ansible-config-lint safety bandit ## Runs all linting tools (docs, pylint, flake8, HTML, YAML, shell, ansible-config).

.PHONY: docker-build-ubuntu
docker-build-ubuntu: ## Builds SD Ubuntu docker container
Expand Down

0 comments on commit 106fa11

Please sign in to comment.