File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,4 +68,4 @@ dir_to_exclude="-exclude-dir=cloudprovider/alicloud
68
68
-exclude-dir=cloudprovider/vultr
69
69
"
70
70
71
- ${TOOLS_BIN_DIR} /gosec -exclude-generated $dir_to_exclude $gosec_report_parse_flags ./...
71
+ ${TOOLS_BIN_DIR} /gosec -exclude-generated $dir_to_exclude $gosec_report_parse_flags ./...
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ GOSEC ?= $(TOOLS_BIN_DIR)/gosec
12
12
GOSEC_VERSION ?= v2.21.4
13
13
14
14
$(GOSEC ) :
15
- @GOSEC_VERSION=$(GOSEC_VERSION ) $(TOOLS_DIR ) /install-gosec.sh
15
+ @GOSEC_VERSION=$(GOSEC_VERSION ) $(TOOLS_DIR ) /install-gosec.sh
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ curl -L -o ${temp_dir}/${file_name} "https://github.com/securego/gosec/releases/
42
42
43
43
tar -xzm -C " ${temp_dir} " -f " ${temp_dir} /${file_name} "
44
44
mv " ${temp_dir} /gosec" $TOOLS_BIN_DIR
45
- chmod +x $TOOLS_BIN_DIR /gosec
45
+ chmod +x $TOOLS_BIN_DIR /gosec
You can’t perform that action at this time.
0 commit comments