Skip to content
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

Merged
merged 29 commits into from
Jul 30, 2024
Merged

feat: gradle support #708

merged 29 commits into from
Jul 30, 2024

Conversation

IlonaShishov
Copy link
Collaborator

@IlonaShishov IlonaShishov commented May 2, 2024

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.

IlonaShishov and others added 18 commits March 26, 2024 14:17
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]>
@codecov-commenter
Copy link

codecov-commenter commented May 2, 2024

⚠️ 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 ✅

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

❗ 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.
📢 Have feedback on the report? Share it here.

IlonaShishov and others added 6 commits May 6, 2024 15:23
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]>
@IlonaShishov IlonaShishov force-pushed the feat/gradle-support branch 4 times, most recently from d88e590 to 24f599f Compare July 11, 2024 11:09
@IlonaShishov IlonaShishov force-pushed the feat/gradle-support branch from 24f599f to 0c1e3b3 Compare July 17, 2024 07:32
@IlonaShishov IlonaShishov force-pushed the feat/gradle-support branch 2 times, most recently from 4347b1d to ebf40a9 Compare July 17, 2024 12:47
@IlonaShishov IlonaShishov force-pushed the feat/gradle-support branch from ebf40a9 to c2e22a1 Compare July 18, 2024 08:35
IlonaShishov and others added 4 commits July 23, 2024 10:29
* 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]>
Copy link
Collaborator

@zvigrinberg zvigrinberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@IlonaShishov IlonaShishov merged commit 34028b5 into master Jul 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants