From 06d458ac63341f1f01d04b2080631af7fb892653 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 9 Dec 2023 11:07:33 +0100 Subject: Update deps --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ffc82b9..bef52cd7 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ test-min-with-upgrade: venv-min-upgrade ## Upgrade deps and run unit tests in mi ./venv-min/bin/python ./unitest.py # =================================================================== -# Linters and profilers +# Linters, profilers and cyber security # =================================================================== format: ## Format the code @@ -123,6 +123,10 @@ memory-profiling: ## Profile memory usage ./venv-dev/bin/mprof plot --output ./docs/_static/glances-memory-profiling-without-history.png rm -f mprofile_*.dat +# Trivy installation: https://aquasecurity.github.io/trivy/latest/getting-started/installation/ +trivy: ## Run Trivy to find vulnerabilities in container images + trivy fs . + # =================================================================== # Docs # =================================================================== -- cgit v1.2.3