From 7acc66d685f35238a6d4e034412bc18334b2ed03 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 27 Mar 2024 11:12:24 +0000 Subject: [PATCH] adding continue Signed-off-by: chaosinthecrd --- cmd/run.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/run.go b/cmd/run.go index 6cde7826..0a51073f 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -89,6 +89,7 @@ func runRun(ctx context.Context, ro options.RunOptions, args []string, signers . for _, a := range ro.Attestations { if a == "command-run" { log.Warnf("'command-run' is a builtin attestor and cannot be called with --attestations flag") + continue } duplicate := false