From 2a00a02a2ec4ea4e78a761ee3d0a40658de14f51 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Mon, 18 Mar 2024 12:34:55 -0600 Subject: [PATCH] dont clean Signed-off-by: Meredith Lancaster --- pkg/cmd/attestation/inspect/inspect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/attestation/inspect/inspect.go b/pkg/cmd/attestation/inspect/inspect.go index e62ef2d97..8964ca836 100644 --- a/pkg/cmd/attestation/inspect/inspect.go +++ b/pkg/cmd/attestation/inspect/inspect.go @@ -59,7 +59,7 @@ func NewInspectCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Command opts.ArtifactPath = args[0] // Clean file path options - opts.Clean() + // opts.Clean() return nil },