mirror of https://github.com/nicolargo/glances.git
Add bandit in Makefile
This commit is contained in:
parent
50818213b1
commit
ca2d729211
5
Makefile
5
Makefile
|
|
@ -212,9 +212,12 @@ memory-profiling: ## Profile memory usage
|
|||
rm -f $(PROFILE)
|
||||
|
||||
# Trivy installation: https://aquasecurity.github.io/trivy/latest/getting-started/installation/
|
||||
trivy: ## Run Trivy to find vulnerabilities in container images
|
||||
trivy: ## Run Trivy to find vulnerabilities
|
||||
$(UV_RUN) run trivy fs ./glances/
|
||||
|
||||
bandit: ## Run Bandit to find vulnerabilities
|
||||
$(UV_RUN) run bandit glances -r
|
||||
|
||||
# ===================================================================
|
||||
# Docs
|
||||
# ===================================================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue