Skip to content

Commit d36bd9a

Browse files
Added output for gosec in buildAndDeploy
1 parent d8adb87 commit d36bd9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/buildAndDeploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def runTests() -> None:
102102
except FileNotFoundError:
103103
gosec_instal = "curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH/bin"
104104
print(f"[red]gosec not found. Try running:\n{gosec_instal}")
105+
print('[turquoise2] go sec OK.')
105106

106107
### Section for i18n4go stuff ###
107108
def runI18n4go(path: str) -> None:

0 commit comments

Comments
 (0)