Skip to content

Commit

Permalink
chore: log debug insert/delete vulnerable pkg-cve
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Sasák authored and jdobes committed Nov 23, 2023
1 parent 8a61648 commit eb4dc1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evaluator/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ async def _evaluate_vmaas_res(
LOGGER.debug(
"system: %s, vulnerable_package_cve changes, i: %s, d: %s", system_platform.inventory_id, len(to_insert), len(to_delete)
)
LOGGER.debug("inserting vulnerable pkg-cve: %s", to_insert)
LOGGER.debug("deleting vulnerable pkg-cve: %s", to_delete)
if to_insert:
await self._insert_vulnerable_package_cve(to_insert, conn)
if to_delete:
Expand Down

0 comments on commit eb4dc1b

Please sign in to comment.