Skip to content

Commit

Permalink
Merge pull request #2984 from buildkite/verification-failure-behavior…
Browse files Browse the repository at this point in the history
…-usage

Explain verification-failure-behavior in more detail
  • Loading branch information
DrJosh9000 committed Sep 10, 2024
2 parents 7c3e0e5 + d49ad7b commit f2df9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicommand/agent_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ var AgentStartCommand = cli.Command{
cli.StringFlag{
Name: "verification-failure-behavior",
Value: agent.VerificationBehaviourBlock,
Usage: fmt.Sprintf("The behavior when a job is received without a signature. One of: %v. Defaults to %s", verificationFailureBehaviors, agent.VerificationBehaviourBlock),
Usage: fmt.Sprintf("The behavior when a job is received without a valid verifiable signature (without a signature, with an invalid signature, or with a signature that fails verification). One of: %v. Defaults to %s", verificationFailureBehaviors, agent.VerificationBehaviourBlock),
EnvVar: "BUILDKITE_AGENT_JOB_VERIFICATION_NO_SIGNATURE_BEHAVIOR",
},
cli.StringSliceFlag{
Expand Down

0 comments on commit f2df9f8

Please sign in to comment.