Skip to content

Commit e614f88

Browse files
committed
m
1 parent 80a8226 commit e614f88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-image-scanner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def main():
118118
print(f"FAIL_ON_SECRETS_FOUND: {FAIL_ON_SECRETS_FOUND}")
119119
sys.exit(1 if FAIL_ON_SECRETS_FOUND else 0)
120120
else:
121+
print("No secrets found in image! 🚀")
121122
sys.exit(0)
122123

123124

0 commit comments

Comments
 (0)