From 587690b8752ec220d10f438aaf8416c6178f5fad Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Mon, 15 Apr 2024 14:39:57 +0100 Subject: [PATCH] chore: fix broken cpe index generation task (#2778) Signed-off-by: Weston Steimel --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 7261a36f2..61312f40e 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -390,7 +390,7 @@ tasks: generate-cpe-dictionary-index: desc: Generate the CPE index based off of the latest available CPE dictionary - dir: "syft/pkg/cataloger/common/cpe/dictionary" + dir: "syft/pkg/cataloger/internal/cpegenerate/dictionary" cmds: - "go generate"