mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
chore: fix cpe generation task (#2270)
Signed-off-by: Will Murphy <will.murphy@anchore.com>
This commit is contained in:
parent
58850d3258
commit
f430788099
1 changed files with 2 additions and 1 deletions
|
@ -375,8 +375,9 @@ 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"
|
||||||
cmds:
|
cmds:
|
||||||
- "go run ./cmd/cpe-dictionary-indexer/main.go"
|
- "go generate"
|
||||||
|
|
||||||
|
|
||||||
## Build-related targets #################################
|
## Build-related targets #################################
|
||||||
|
|
Loading…
Reference in a new issue