Skip to content

Commit

Permalink
doc(sbom): clarify saving of SBOMs
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Goller <[email protected]>
  • Loading branch information
goller committed Oct 10, 2023
1 parent 5dac7b1 commit 36ad211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sbom/sbom.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 36ad211

Please sign in to comment.