Skip to content

Commit

Permalink
NVSHAS-9620 update makefile to use builder v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Acmarr authored and jayhuang-suse committed Nov 8, 2024
1 parent a33dea0 commit f29fadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ all:

db:
@echo "Making $@ ..."
@docker pull neuvector/build_fleet
@docker run --rm -ia STDOUT --name build -e VULN_VER=$(VULN_VER) -e NVD_KEY=$(NVD_KEY) -v $(CURDIR):/go/src/github.com/neuvector/vul-dbgen -w /go/src/github.com/neuvector/vul-dbgen --entrypoint ./make_db.sh neuvector/build_fleet
@docker pull neuvector/build_fleet:v2
@docker run --rm -ia STDOUT --name build -e VULN_VER=$(VULN_VER) -e NVD_KEY=$(NVD_KEY) -v $(CURDIR):/go/src/github.com/neuvector/vul-dbgen -w /go/src/github.com/neuvector/vul-dbgen --entrypoint ./make_db.sh neuvector/build_fleet:v2

0 comments on commit f29fadb

Please sign in to comment.