Skip to content

Commit 6776eb6

Browse files
committed
remove gosec code
Signed-off-by: Ashima-Ashima1 <Ashima.Ashima1@ibm.com>
1 parent 592987a commit 6776eb6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ deps:
3838
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v${LINT_VERSION}; \
3939
fi
4040

41-
.PHONY: run-gosec
42-
run-gosec:
43-
go install github.com/securego/gosec/v2/cmd/gosec@latest
44-
@go list -f '{{.Dir}}' ./... | grep -v '/cos-csi-mounter/' | xargs gosec
45-
4641
.PHONY: fmt
4742
fmt: lint
4843
gofmt -l ${GOFILES}
@@ -62,7 +57,6 @@ test-sanity:
6257
.PHONY: lint
6358
lint:
6459
hack/verify-golint.sh
65-
make run-gosec
6660

6761
.PHONY: driver
6862
driver: deps buildimage

0 commit comments

Comments
 (0)