Skip to content

Commit

Permalink
Added newlines to end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfern committed Feb 13, 2025
1 parent 37e4f27 commit 85f13fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster-autoscaler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ sast: $(GOSEC)

.PHONY: sast-report
sast-report: $(GOSEC)
@./hack/sast.sh --gosec-report true
@./hack/sast.sh --gosec-report true
2 changes: 1 addition & 1 deletion cluster-autoscaler/hack/sast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
${TOOLS_BIN_DIR}/gosec -exclude-generated $dir_to_exclude $gosec_report_parse_flags ./...
2 changes: 1 addition & 1 deletion cluster-autoscaler/hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ GOSEC ?= $(TOOLS_BIN_DIR)/gosec
GOSEC_VERSION ?= v2.21.4

$(GOSEC):
@GOSEC_VERSION=$(GOSEC_VERSION) $(TOOLS_DIR)/install-gosec.sh
@GOSEC_VERSION=$(GOSEC_VERSION) $(TOOLS_DIR)/install-gosec.sh
2 changes: 1 addition & 1 deletion cluster-autoscaler/hack/tools/install-gosec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
chmod +x $TOOLS_BIN_DIR/gosec

0 comments on commit 85f13fe

Please sign in to comment.