Skip to content

Commit 52b968a

Browse files
committed
Add newline
Signed-off-by: Kim Tsao <ktsao@redhat.com>
1 parent 5e29da5 commit 52b968a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_gosec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ then
66
echo "error gosec must be installed with this command: go install github.com/securego/gosec/v2/cmd/gosec@latest" && exit 1
77
fi
88

9-
gosec -no-fail -fmt=sarif -out=gosec.sarif -exclude-dir test -exclude-dir generator ./...
9+
gosec -no-fail -fmt=sarif -out=gosec.sarif -exclude-dir test -exclude-dir generator ./...

0 commit comments

Comments
 (0)