Skip to content

Commit

Permalink
Update version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed Oct 7, 2024
1 parent 34a3d67 commit cd51663
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export IMAGE_REPOSITORY?=quay.io/deepfenceio
export DF_IMG_TAG?=2.4.0

all: SecretScanner

bootstrap:
Expand All @@ -17,4 +20,4 @@ SecretScanner: vendor $(PWD)/**/*.go $(PWD)/agent-plugins-grpc/**/*.go

.PHONY: docker
docker:
docker build -t quay.io/deepfenceio/deepfence_secret_scanner_ce:2.3.0 .
docker build -t $(IMAGE_REPOSITORY)/deepfence_secret_scanner_ce:$(DF_IMG_TAG) .

0 comments on commit cd51663

Please sign in to comment.