summaryrefslogtreecommitdiff
path: root/gcpsecretfinder.py
diff options
context:
space:
mode:
Diffstat (limited to 'gcpsecretfinder.py')
-rw-r--r--gcpsecretfinder.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcpsecretfinder.py b/gcpsecretfinder.py
index b6c2cf7..a5790c2 100644
--- a/gcpsecretfinder.py
+++ b/gcpsecretfinder.py
@@ -160,6 +160,7 @@ def main():
if total_secrets == 0:
print("[!] No Secrets Found")
-
+ else:
+ print("[*] Total Secrets Retrieved: ", total_secrets)
if __name__ == "__main__":
main()