Skip to content

Commit

Permalink
chore: fix cpe generation task
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Oct 30, 2023
1 parent 58850d3 commit de06fe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #################################
Expand Down

0 comments on commit de06fe2

Please sign in to comment.