-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
Codecov ReportBase: 80.84% // Head: 80.84% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #309 +/- ##
=========================================
Coverage 80.84% 80.84%
Complexity 107 107
=========================================
Files 26 26
Lines 689 689
Branches 71 71
=========================================
Hits 557 557
Misses 92 92
Partials 40 40 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Trivy failure is due to |
it is a dependency of java-nats-streaming-2.2.3 @dilanSachi |
That version is 3.9.1 right? But the trivy scan fails with 3.20.1. Cant we update it into 3.20.3 in Ballerina.toml |
Updated in 7355fb8 |
Purpose
fixes: ballerina-platform/ballerina-library#3496
Description
Build Failure
The TLS tests were failing. Tried the following.
Trivy Failure
Java dependency is the last version they have released and they haven't released anything after 2.2.3. https://github.com/nats-io/stan.java/releases. Therefore can't upgrade this. Not sure what to do about this. Vulnerability warnings are shown here too https://mvnrepository.com/artifact/io.nats/java-nats-streaming/2.2.3. Trivy might fail indefinitely.
Checklist