File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ fmt-dependencies:
7474fmt : fmt-dependencies
7575 find . -not \( -path " ./.go" -prune \) -name " *.go" | xargs gofmt -s -w
7676 find . -not \( -path " ./.go" -prune \) -name " *.go" | xargs gofumpt -l -w
77- find . -not \( -path " ./.go" -prune \) -name " *.go" | xargs gci write -s standard -s default -s " prefix($( shell cat go.mod | head -1 | cut -d " " -f 2) )"
77+ find . -not \( -path " ./.go" -prune \) -name " *.go" | xargs gci write --skip-generated - s standard -s default -s " prefix($( shell cat go.mod | head -1 | cut -d " " -f 2) )"
7878
7979# ###########################################################
8080# Unit Test
@@ -103,7 +103,7 @@ gosec:
103103
104104.PHONY : gosec-scan
105105gosec-scan : gosec
106- $(GOSEC ) -fmt sonarqube -out gosec.json -stdout -exclude-dir=.go -exclude-dir=test ./...
106+ $(GOSEC ) -fmt sonarqube -out gosec.json -stdout -exclude-dir=.go -exclude-dir=test $( GOSEC_ARGS ) ./...
107107
108108# ###########################################################
109109# E2E Test
You can’t perform that action at this time.
0 commit comments