Skip to content

feat: No-Scan changes for html reports #5284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

joydeep049
Copy link
Contributor

@@ -371,7 +377,55 @@ def test_empty_cve_list(self) -> None:
self.html_report_page.load()
product_rows = self.html_report_page.product_rows

expect(product_rows).to_have_count(0)
# With the new implementation, products without CVEs are still displayed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: here it says "the new implementation", and in the updated docstring above it says "the current implementation". I'd suggest reformulating both to drop this new/current references and simply state what the behavior is. It is assumed that it describes the logic this code implements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants