Skip to content

Commit fa7659f

Browse files
committed
.
1 parent 5a1eed8 commit fa7659f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-image-scanner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ def main():
115115
)
116116

117117
# If secrets are found and FAIL_ON_SECRETS_FOUND is true, exit with error
118-
print("Secrets found in image! 🚨")
118+
print("Secrets found in the image! 🚨")
119119
sys.exit(1 if FAIL_ON_SECRETS_FOUND else 0)
120120
else:
121-
print("No secrets found in image! 🚀")
121+
print("No secrets found in the image! 🚀")
122122
sys.exit(0)
123123

124124

0 commit comments

Comments
 (0)