From 32c63a9af03ffd449a6ffb4471745b6ec9714875 Mon Sep 17 00:00:00 2001 From: Teppei Fukuda Date: Wed, 2 Oct 2024 11:05:30 +0400 Subject: [PATCH] ci: set to download DB daily (#444) Signed-off-by: knqyf263 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0582d63b..27ac912a 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ db-fetch-langs: .PHONY: db-build db-build: trivy-db - ./trivy-db build --cache-dir ./$(CACHE_DIR) --output-dir ./$(OUT_DIR) --update-interval 6h + ./trivy-db build --cache-dir ./$(CACHE_DIR) --output-dir ./$(OUT_DIR) --update-interval 24h .PHONY: db-compact db-compact: $(GOBIN)/bbolt out/trivy.db