Skip to content

Commit 4fcd531

Browse files
author
Evell Lam
committed
Merge pull request #2 from DataDog/evlam/flex-checks
Include link with more info with error messages
2 parents 0fd628f + e7a6987 commit 4fcd531

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

py_find_injection/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,9 @@ def main():
135135
if errors:
136136
print '%d total errors' % len(errors)
137137
if args.ci:
138-
print "CI build"
139138
return 0
140139
else:
141-
print "Pre-commit Checks"
140+
print "More info at https://github.com/DataDog/devops/wiki/Preventing-SQL-Injections."
142141
return 1
143142
else:
144143
return 0

0 commit comments

Comments
 (0)