From ff711700cd56e5fbbb3b4e368001f0677973ebbd Mon Sep 17 00:00:00 2001 From: blackflytech Date: Wed, 1 Jul 2026 00:21:21 +0800 Subject: [PATCH] Fix grammar in Attestations field comment Signed-off-by: blackflytech --- pkg/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/api.go b/pkg/api/api.go index 1e84cca2b..bcd81c8ce 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -218,7 +218,7 @@ type BuildOptions struct { Print bool // Check let builder validate build configuration Check bool - // Attestations allows to enable attestations generation + // Attestations enables attestation generation Attestations bool // Provenance generate a provenance attestation Provenance string