From 894ee4d8c8d0dd2803e62d488bab25fa97f64b63 Mon Sep 17 00:00:00 2001 From: Aron Gunn Date: Fri, 3 May 2024 15:59:30 -0500 Subject: [PATCH] 5/3/24 - ritz303 : Updates to the readme and changelog for Gradle feature --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7c722e..180a3a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Change Log ## 0.9.5 (?) +- enhancement - Added support for vulnerability analysis for Gradle build manifests. - enhancement - Added support for vulnerability analysis on images in Dockerfiles. - enhancement - Added new settings for the Python and Go ecosystems. - enhancement - Added support for private GitHub Registries. diff --git a/README.md b/README.md index e23d45ff..136b1d11 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ In future releases, Red Hat plans to support other programming languages. - For Node projects, analyzing a `package.json` file, you must have the `npm` binary in your system’s `PATH` environment. - For Golang projects, analyzing a `go.mod` file, you must have the `go` binary in your system’s `PATH` environment. - For Python projects, analyzing a `requirements.txt` file, you must have the `python3/pip3` or `python/pip` binaries in your system’s `PATH` environment. +- For Gradle projects, analyzing a `build.gradle` file, you must have the `gradle` binary in your system's `PATH` environment. - For base images in a `Dockerfile`.
**IMPORTANT:**