diff --git a/pkg/sbom/sbom.go b/pkg/sbom/sbom.go index eb3fd358..6164192e 100644 --- a/pkg/sbom/sbom.go +++ b/pkg/sbom/sbom.go @@ -176,7 +176,7 @@ func downloadSBOM(ctx context.Context, sbom sbomOutput) error { } } - // Strip the in-toto statement header and save the SBOM statement. + // Strip the in-toto statement header and save the SBOM predicate. var statement Statement err = json.Unmarshal(buf.Bytes(), &statement) if err != nil {