You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2018/09/19 07:02:13 UTC

[kibble-scanners] branch master updated: could be no auth was set..

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble-scanners.git


The following commit(s) were added to refs/heads/master by this push:
     new 31a75c4  could be no auth was set..
31a75c4 is described below

commit 31a75c4793cfeb0b33fc83d06af9a7dd59c42c6d
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Sep 19 09:01:59 2018 +0200

    could be no auth was set..
---
 src/plugins/scanners/github-issues.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/scanners/github-issues.py b/src/plugins/scanners/github-issues.py
index ecb8ad2..198edc3 100644
--- a/src/plugins/scanners/github-issues.py
+++ b/src/plugins/scanners/github-issues.py
@@ -178,7 +178,7 @@ def scan(KibbleBit, source):
         KibbleBit.pprint("HTTP Error, rate limit exceeded?")
         source['steps']['issues'] = {
             'time': time.time(),
-            'status': 'Issue scan failed at ' + time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.gmtime()) + " - rate limited??",
+            'status': 'Issue scan failed at ' + time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.gmtime()) + " - rate limited or no auth used??",
             'running': False,
             'good': False,
         }