-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #166 APIvoid error #299
Conversation
SonarCloud Quality Gate failed. 2 Bugs No Coverage information |
res_data = {"scan": scan, "summary": summary, "issues": issues} | ||
|
||
# Store the findings in a file | ||
with open(f"{APP_BASE_DIR}/results/apivoid_{scan_id}.json", 'w') as report_file: |
Check failure
Code scanning / SonarCloud
I/O function calls should not be vulnerable to path injection attacks
SonarCloud Quality Gate failed. 2 Bugs No Coverage information |
Fix #300