Closed FlyingToto closed 4 months ago
Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.
Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard. Skipping this check run and merging your pull request will create secret incidents on your GitGuardian dashboard.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
so I was able to fix the timezone issue when the plugin calls mylog by adding the following:
My guess is that when a plugin gets called by the Nax, it doesn't inherit the proper timzone value and default back to blank. Hence the need to reinitialize it by reloading the value from config... note: trying to add the logic in the looger.py script won't work because it causes a circular reference with the conf file... not worth the effort imho...