-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: gradle support #708
feat: gradle support #708
Conversation
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
…elease (#699) Co-authored-by: Aron Gunn <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
* 4/16/24 - ritz303 : Updates for Docker scanning * 4/22/24 - ritz303 : Added a prerequisite to quick start --------- Co-authored-by: Aron Gunn <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ilona Shishov <[email protected]>
…ture (#709) Co-authored-by: Aron Gunn <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
* 5/28/24 - ritz303 : Updated the README and CONTRIBUTING docs * 5/29/24 - ritz303 : Edits from SME review * 5/29/24 - ritz303 : Updated the important note --------- Co-authored-by: Aron Gunn <[email protected]>
d88e590
to
24f599f
Compare
24f599f
to
0c1e3b3
Compare
4347b1d
to
ebf40a9
Compare
Signed-off-by: Ilona Shishov <[email protected]>
ebf40a9
to
c2e22a1
Compare
Signed-off-by: Ilona Shishov <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
* 7/23/24 - ritz303 : Added a KI to README, plus a few minor edits * 7/29/24 - ritz303 : Removed a KI entry --------- Co-authored-by: Aron Gunn <[email protected]>
Signed-off-by: Ilona Shishov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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 somemvn
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.