From 316f01863f8e4b1d91ba0c526951d8270a2f7861 Mon Sep 17 00:00:00 2001 From: Mathieu Grzybek Date: Mon, 13 Jul 2026 11:49:27 +0200 Subject: [PATCH] fix: remove deprecated option to syft Signed-off-by: Mathieu Grzybek --- nix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index 503f611..adaae8b 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -48,8 +48,8 @@ let } '' export HOME=$TMPDIR syft scan ${manager}/bin/manager \ - --output cyclonedx-json \ - --file $out + --output cyclonedx-json=$out \ + --quiet ''; # CI check: go fmt + go vet + unit tests (native only — arm64 cross tests cannot