From 1e2673204431c3d7e08cd39ccdd7fda7fcae1cc9 Mon Sep 17 00:00:00 2001 From: Shane C Date: Sat, 7 Sep 2024 15:57:15 -0400 Subject: [PATCH] debugging --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 408758a..e9f21b7 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,4 +3,4 @@ curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b /usr/local/bin # gosec -r -no-fail -fmt sarif -out output.sarif "$PWD" /goscan --is-action -cat output.md \ No newline at end of file +cat output.sarif \ No newline at end of file