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
And @anthonyharrison indicates that we'll need to change the assertion text to indicate that it's now expected to only find 1 product with known cves. Right now it says 3:
"There are 3 products with known CVEs detected",
That should be it -- two lines of change! I'll flag this as a good first issue and suitable for hacktoberfest folk.
The text was updated successfully, but these errors were encountered:
We've had one of the SBOM tests disabled due to an issue that's since been fixed, so it's time to re-enable the test.
The test is in
test/test_cli.py
and it's namedtest_SBOM
To re-enable it, you'll need to remove the following line above the function:
@pytest.mark.skip(reason="Needs database rebuild. Temporary fix.")
And @anthonyharrison indicates that we'll need to change the assertion text to indicate that it's now expected to only find 1 product with known cves. Right now it says 3:
"There are 3 products with known CVEs detected",
That should be it -- two lines of change! I'll flag this as a good first issue and suitable for hacktoberfest folk.
The text was updated successfully, but these errors were encountered: