We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8adb87 commit d36bd9aCopy full SHA for d36bd9a
1 file changed
bin/buildAndDeploy.py
@@ -102,6 +102,7 @@ def runTests() -> None:
102
except FileNotFoundError:
103
gosec_instal = "curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH/bin"
104
print(f"[red]gosec not found. Try running:\n{gosec_instal}")
105
+ print('[turquoise2] go sec OK.')
106
107
### Section for i18n4go stuff ###
108
def runI18n4go(path: str) -> None:
0 commit comments