Skip to content

Commit e582571

Browse files
committed
feat(user-verification): Introduce user verification on attestation init
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
1 parent 66ead6d commit e582571

23 files changed

Lines changed: 1308 additions & 121 deletions

app/cli/pkg/action/attestation_init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ func (action *AttestationInit) Run(ctx context.Context, opts *AttestationInitRun
279279
},
280280
Auth: authInfo,
281281
CASBackend: casBackendInfo,
282+
Logger: &action.Logger,
282283
}
283284

284285
if err := action.c.Init(ctx, initOpts); err != nil {

app/controlplane/api/gen/frontend/attestation/v1/crafting_state.ts

Lines changed: 228 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/gen/jsonschema/attestation.v1.Commit.CommitVerification.jsonschema.json

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)