From 09581b1d58d2aac382cf577b2e7c1e3cea638711 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Fri, 24 Mar 2023 13:44:25 +0100 Subject: [PATCH] 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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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/ -- 2.16.6