refactor!: remove the automatic sbom generation feature for Java#1145
Conversation
5eb92e9 to
e930b66
Compare
|
For mvnw and gradlew used in SBOM generation, we mount
We probably don't need to mount them anymore. Removing these location also requires us to update
Some other locations: |
Thanks for spotting the leftover references in |
See commit 5d13ecc. |
5d13ecc to
481a08f
Compare
tromai
left a comment
There was a problem hiding this comment.
I have finished my first round of review.
aa63089 to
f8f5431
Compare
tromai
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the changes!
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
…al-maven-repo Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
…tructions Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
f8f5431 to
99973a1
Compare
Summary
This PR removes the automatic SBOM generation feature for Java projects in Macaron.
Description of changes
The automatic SBOM generation functionality for Java (via Maven and Gradle) has been removed from Macaron. This decision was made for the following reasons:
As part of this refactor:
cyclonedx-bomandcyclonedx-python-lib[validation]dependencies have been updated.$HOME/.m2directory in the container is empty and no longer mounted or used by the Python package.Related issues
Closes #56
Closes #60