mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
chore: fix broken cpe index generation task (#2778)
Signed-off-by: Weston Steimel <commits@weston.slmail.me>
This commit is contained in:
parent
21eaa5c82b
commit
587690b875
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ tasks:
|
||||||
|
|
||||||
generate-cpe-dictionary-index:
|
generate-cpe-dictionary-index:
|
||||||
desc: Generate the CPE index based off of the latest available CPE dictionary
|
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:
|
cmds:
|
||||||
- "go generate"
|
- "go generate"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue