From 3a1310b421adff0e304e43ac55131e9518bb75bf Mon Sep 17 00:00:00 2001 From: Owen Rumney Date: Wed, 3 Aug 2022 09:37:21 +0100 Subject: [PATCH 1/2] fix: SBOM generation has changed, switching to that Signed-off-by: Owen Rumney --- client/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 3f4e737..1bb0a08 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -140,10 +140,10 @@ export function App() { commandParts.push("aquasec/trivy"); commandParts.push("--quiet"); + commandParts.push("image") if (SBOMOutput) { - commandParts.push("sbom") + commandParts.push("-f=cyclonedx") } else { - commandParts.push("image") commandParts.push("-f=json") } From fdb0bb77e7177eef57580f7c0586ec2f1b4c006c Mon Sep 17 00:00:00 2001 From: Owen Rumney Date: Wed, 3 Aug 2022 10:14:19 +0100 Subject: [PATCH 2/2] chore: Update the license Signed-off-by: Owen Rumney --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 261eeb9..77e3601 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2022 Aqua Security Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.