Error logged:
INFO: Loading the scanner's results ././dependency-check-report.json
Traceback (most recent call last):
File "/pipe.py", line 277, in <module>
pipe.run()
File "/pipe.py", line 268, in run
self.create_code_insights_report()
File "/pipe.py", line 82, in create_code_insights_report
report_id = self.create_report(results_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/pipe.py", line 140, in create_report
report = self.insights.create_report(os.environ["BITBUCKET_COMMIT"], report_data=report_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/bitbucket_pipes_toolkit/annotations.py", line 89, in create_report
response.raise_for_status()
File "/usr/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://api.bitbucket.com.org/repositories/<some-link>
{"key": "report-service.report.not-found", "message": "No reports exists with the uuid provided.", "arguments": {"uuid": "{<some-uuid>}"}}
No mention of memory issues (another common failure)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.