Fix Critical And High vulnerabilities that are resolved for artifact-manager
#331
Labels
area/dependencies
Relates to updates to dependency file(s)
area/maven
Relates to maven changes
effort/high
kind/security
Security changes
lang/java
Related to Java Code
priority/critical
triage/accepted
The issue was accepted and will be done
Description
As a result of this issue trivy reported vulnerabilities in
common/artifact-manager
that are CRITICAL and HIGH level. Take a look at what was reported and fix it. You can run trivy locally after installing it like so (in the project root):trivy fs --severity HIGH,CRITICAL --exit-code 1 --ignore-unfixed --skip-dirs "**/target/*" common/artifact-manager
The text was updated successfully, but these errors were encountered: