You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse error
Traceback (most recent call last):
File "/home/collector/base_collectors/source_collector.py", line 164, in __safely_parse_source_responses
measurement = await self._parse_source_responses(responses)
File "/home/collector/base_collectors/source_collector.py", line 176, in _parse_source_responses
entities=await self._parse_entities(responses),
File "/home/collector/source_collectors/anchore/security_warnings.py", line 19, in _parse_entities
[
File "/home/collector/source_collectors/anchore/security_warnings.py", line 20, in <listcomp>
self._create_entity(vulnerability, response.filename)
AttributeError: 'ClientResponse' object has no attribute 'filename'
The text was updated successfully, but these errors were encountered:
This is with the example report:
The text was updated successfully, but these errors were encountered: