eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
517 stars 123 forks source link

Fixed Gradle plugin identifier in test resources #505

Closed henrikplate closed 2 years ago

henrikplate commented 2 years ago

The Gradle plugin id mentioned in the two files plugin-gradle/src/test/resources/*/build.gradle has been changed from vulas to steady to reflect the plugin's new short name (cf. plugin-gradle/build/resources/.../steady.properties).

Accordingly, the Gradle profile has been re-enabled in several Jenkins pipeline stages.

TODOs