fabric8-analytics / fabric8-analytics-vscode-extension

Red Hat Dependency Analytics extension
https://marketplace.visualstudio.com/items?itemName=redhat.fabric8-analytics
Apache License 2.0
240 stars 184 forks source link

feat: gradle support #708

Closed IlonaShishov closed 3 months ago

IlonaShishov commented 6 months ago

Added support for Gradle ecosystem. Added support for image scanning with RHDA Image Analysis. RHDA VSCode Extension now provides dependency analysis for build.gradle manifests, Dockerfiles and Containerfiles.

Added new settings for Python and Go ecosystems: usePythonVirtualEnvironment, useGoMVS, enablePythonBestEffortsInstallation, usePipDepTree

Fixed an issue by removing a redundant / at the beginning of Windows URI paths that was causing some mvn commands to fail.

Fixed an issue with the Stack Analysis running on an open file, instead of running on an opened manifest file.

Added RHDA support for Private GitHub Registries.

Added telemetry event to track RHDA report requests initiated by the Component Analysis quickfix option.

codecov-commenter commented 6 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.97%. Comparing base (3a31ff6) to head (35b7707). Report is 2 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #708 +/- ## ========================================== + Coverage 98.43% 98.97% +0.53% ========================================== Files 10 13 +3 Lines 256 390 +134 Branches 33 52 +19 ========================================== + Hits 252 386 +134 Misses 3 3 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.