From 5e5cb7c5c330f3cbcd975546a383d438765095cc Mon Sep 17 00:00:00 2001 From: aaronfern Date: Thu, 13 Feb 2025 16:23:23 +0530 Subject: [PATCH] Added newlines to end of files --- cluster-autoscaler/hack/sast.sh | 2 +- cluster-autoscaler/hack/tools.mk | 2 +- cluster-autoscaler/hack/tools/install-gosec.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster-autoscaler/hack/sast.sh b/cluster-autoscaler/hack/sast.sh index 070f627ccfdd..ad7bee0f068f 100755 --- a/cluster-autoscaler/hack/sast.sh +++ b/cluster-autoscaler/hack/sast.sh @@ -68,4 +68,4 @@ dir_to_exclude="-exclude-dir=cloudprovider/alicloud -exclude-dir=cloudprovider/vultr " -${TOOLS_BIN_DIR}/gosec -exclude-generated $dir_to_exclude $gosec_report_parse_flags ./... \ No newline at end of file +${TOOLS_BIN_DIR}/gosec -exclude-generated $dir_to_exclude $gosec_report_parse_flags ./... diff --git a/cluster-autoscaler/hack/tools.mk b/cluster-autoscaler/hack/tools.mk index 4574fe125b34..bcb98d979ff9 100644 --- a/cluster-autoscaler/hack/tools.mk +++ b/cluster-autoscaler/hack/tools.mk @@ -12,4 +12,4 @@ GOSEC ?= $(TOOLS_BIN_DIR)/gosec GOSEC_VERSION ?= v2.21.4 $(GOSEC): - @GOSEC_VERSION=$(GOSEC_VERSION) $(TOOLS_DIR)/install-gosec.sh \ No newline at end of file + @GOSEC_VERSION=$(GOSEC_VERSION) $(TOOLS_DIR)/install-gosec.sh diff --git a/cluster-autoscaler/hack/tools/install-gosec.sh b/cluster-autoscaler/hack/tools/install-gosec.sh index 289ad405ab92..cb1a775b1360 100755 --- a/cluster-autoscaler/hack/tools/install-gosec.sh +++ b/cluster-autoscaler/hack/tools/install-gosec.sh @@ -42,4 +42,4 @@ curl -L -o ${temp_dir}/${file_name} "https://github.com/securego/gosec/releases/ tar -xzm -C "${temp_dir}" -f "${temp_dir}/${file_name}" mv "${temp_dir}/gosec" $TOOLS_BIN_DIR -chmod +x $TOOLS_BIN_DIR/gosec \ No newline at end of file +chmod +x $TOOLS_BIN_DIR/gosec