From: Martin Skorupski Date: Fri, 24 Mar 2023 12:44:25 +0000 (+0100) Subject: Create script for SBOM and Vulnerabilities X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=09581b1d58d2aac382cf577b2e7c1e3cea638711;p=oam.git Create script for SBOM and Vulnerabilities analysis of the solution docker images - avoid check-in of generated files Issue-ID: OAM-318 Change-Id: Ieefbab8340eb623e13bc389ef8743b3b941852c5 Signed-off-by: Martin Skorupski --- diff --git a/.gitignore b/.gitignore index ec257e8..e33e69d 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,10 @@ package-lock.json # nodered *.backup +# container-analyis +*.sbom.spdx.json +*.vulnerabilities.vex.json + # documentation .tox docs/_build/