Skip to content

Commit

Permalink
adding continue
Browse files Browse the repository at this point in the history
Signed-off-by: chaosinthecrd <[email protected]>
  • Loading branch information
ChaosInTheCRD committed Mar 27, 2024
1 parent 8619773 commit 7acc66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func runRun(ctx context.Context, ro options.RunOptions, args []string, signers .
for _, a := range ro.Attestations {
if a == "command-run" {
log.Warnf("'command-run' is a builtin attestor and cannot be called with --attestations flag")
continue
}

duplicate := false
Expand Down

0 comments on commit 7acc66d

Please sign in to comment.