Skip to content

Commit

Permalink
enable download only option
Browse files Browse the repository at this point in the history
Signed-off-by: Ruriko Kudo <[email protected]>
  • Loading branch information
rurikudo committed Oct 11, 2023
1 parent 1732988 commit 4a25a5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ansible_risk_insight/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,6 @@ def evaluate(
logger.debug(f"finished preparing {scandata.type} {scandata.name}")

if download_only:
scandata.set_metadata_findings()
self.register_findings_to_ram(scandata.findings)
return None
self.record_end(time_records, "metadata_load")

Expand Down

0 comments on commit 4a25a5f

Please sign in to comment.