Skip to content

Commit 5e5cb7c

Browse files
committed
Added newlines to end of files
1 parent 37e4f27 commit 5e5cb7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cluster-autoscaler/hack/sast.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ dir_to_exclude="-exclude-dir=cloudprovider/alicloud
6868
-exclude-dir=cloudprovider/vultr
6969
"
7070

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 ./...

cluster-autoscaler/hack/tools.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ GOSEC ?= $(TOOLS_BIN_DIR)/gosec
1212
GOSEC_VERSION ?= v2.21.4
1313

1414
$(GOSEC):
15-
@GOSEC_VERSION=$(GOSEC_VERSION) $(TOOLS_DIR)/install-gosec.sh
15+
@GOSEC_VERSION=$(GOSEC_VERSION) $(TOOLS_DIR)/install-gosec.sh

cluster-autoscaler/hack/tools/install-gosec.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ curl -L -o ${temp_dir}/${file_name} "https://github.com/securego/gosec/releases/
4242

4343
tar -xzm -C "${temp_dir}" -f "${temp_dir}/${file_name}"
4444
mv "${temp_dir}/gosec" $TOOLS_BIN_DIR
45-
chmod +x $TOOLS_BIN_DIR/gosec
45+
chmod +x $TOOLS_BIN_DIR/gosec

0 commit comments

Comments
 (0)