chore: fix cpe generation task (#2270)

Signed-off-by: Will Murphy <will.murphy@anchore.com>
This commit is contained in:
William Murphy 2023-10-30 08:51:26 -04:00 committed by GitHub
parent 58850d3258
commit f430788099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -375,8 +375,9 @@ 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"
cmds:
- "go run ./cmd/cpe-dictionary-indexer/main.go"
- "go generate"
## Build-related targets #################################