From 32dd2dc18fb893dfaed56f7da3d3e4598969ae6f Mon Sep 17 00:00:00 2001 From: Leonidas Vrachnis Date: Fri, 27 Sep 2024 14:48:19 +0200 Subject: [PATCH] merge sec --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 425345a138..8d15ae9dcf 100644 --- a/Makefile +++ b/Makefile @@ -111,12 +111,6 @@ fmt: install-tools ## Formats all go files $(GO) run .github/tools/matrixchecker/main.go ./build/docker-go-version.sh Dockerfile ./suppression-backup-service/Dockerfile -.PHONY: sec -sec: ## Run security checks - $(GO) run $(gitleaks) detect . - $(GO) run $(govulncheck) ./... - trufflehog filesystem . --no-verification -x .trufflehogignore - .PHONY: proto proto: install-tools ## Generate protobuf files protoc --go_out=paths=source_relative:. proto/**/*.proto @@ -136,6 +130,7 @@ generate-openapi-spec: install-tools .PHONY: sec sec: ## Run security checks + $(GO) run $(gitleaks) detect . $(GO) run $(govulncheck) ./... ./build/scan_docker.sh ./build/scan_docker.sh -f ./suppression-backup-service/Dockerfile \ No newline at end of file