Skip to content

Commit

Permalink
chore: fix "make build-grype"
Browse files Browse the repository at this point in the history
The grype main file moved into a subdirectory, and this command hadn't
been updated.

Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Oct 18, 2023
1 parent 4e4667a commit 7f7b929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dev: ## Get a development shell with locally editable grype, grype-db, and vunn

.PHONY: build-grype
build-grype: $(BIN_DIR) ## Build grype for local development
@cd $(GRYPE_PATH) && go build -o $(ABS_BIN_DIR)/grype .
@cd $(GRYPE_PATH) && go build -o $(ABS_BIN_DIR)/grype ./cmd/grype

.PHONY: build-grype-db
build-grype-db: $(BIN_DIR) ## Build grype-db for local development
Expand Down

0 comments on commit 7f7b929

Please sign in to comment.