feat: added adapter for osv scanner #169
Annotations
5 errors
OsvAdapterTest.[1] {}:
adapter/src/test/kotlin/de/fraunhofer/iem/spha/adapter/tools/osv/OsvAdapterTest.kt#L33
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <java.lang.UnsupportedOperationException> but was: <kotlinx.serialization.MissingFieldException>
|
OsvAdapterTest.[2] {"SchemaVersion": 3}:
adapter/src/test/kotlin/de/fraunhofer/iem/spha/adapter/tools/osv/OsvAdapterTest.kt#L33
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <java.lang.UnsupportedOperationException> but was: <kotlinx.serialization.MissingFieldException>
|
TrivyAdapterTest.testResult1Dto():
adapter/src/test/kotlin/de/fraunhofer/iem/spha/adapter/tools/trivy/TrivyAdapterTest.kt#L72
org.opentest4j.AssertionFailedError: expected: <[email protected]+dfsg-1.2> but was: <tar>
|
TrivyAdapterTest.testResult2Dto():
adapter/src/test/kotlin/de/fraunhofer/iem/spha/adapter/tools/trivy/TrivyAdapterTest.kt#L60
org.opentest4j.AssertionFailedError: expected: <[email protected]> but was: <apt>
|
build
Process completed with exit code 1.
|