From 4f7c9fdb8c8105579c394c5ba0b937196dadcdcf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 5 Jun 2022 17:32:29 +0100 Subject: [PATCH] Clean before sbom --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30edd49eb..1d3adf407 100644 --- a/README.md +++ b/README.md @@ -318,5 +318,6 @@ To update the software bill of materials: ``` bash sudo pip3 install scanoss +make clean make sbom ```