Skip to content

2.8.2 Avoid failing when OSS Index reports vulnerabilities

Latest
Compare
Choose a tag to compare
@guillermo-varela guillermo-varela released this 09 May 23:38
· 1 commit to main since this release

What's Changed

Using the new property failOnDetection for ossIndexAudit it's now possible to avoid failing the Gradle task when finding vulnerabilities so users with their own tools can further process the output with components and vulnerabilities (for instance using the CycloneDX standard format).

ossIndexAudit {
    failOnDetection = false
}

New Contributors

Full Changelog: 2.8.1...2.8.2