Skip to content

Commit

Permalink
temporarily disabling image scanning from trivy for a|b testing
Browse files Browse the repository at this point in the history
  • Loading branch information
faizan12123 committed Jan 8, 2024
1 parent 3d9ca25 commit d32ed8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/engine/plugins/trivy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ def main():
results.extend(result)

# Scan Images
image_outputs = build_scan_parse_images(args.images)
results.extend(image_outputs)
# image_outputs = build_scan_parse_images(args.images)
# results.extend(image_outputs)

# Return results
print(json.dumps({"success": not bool(results), "details": results}))
Expand Down

0 comments on commit d32ed8a

Please sign in to comment.